index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
derivation-goal.cc
Age
Commit message (
Expand
)
Author
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Support fixed-output derivations depending on impure derivations
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-24
Retry substitution after an incomplete closure only once
Eelco Dolstra
2022-03-24
Only return wanted outputs
Eelco Dolstra
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-09
BuildResult: Remove unused drvPath field
Eelco Dolstra
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-02-28
libstore/build: add a few explanatory comments; simplify
Maximilian Bosch
2022-02-28
libstore/derivation-goal: avoid double-parsing of JSON messages
Maximilian Bosch
2022-02-28
ssh-ng: also store build logs to make them accessible by `nix log`
Maximilian Bosch
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-01-17
serialise.hh: Use std::string_view
Eelco Dolstra
2022-01-07
DerivationGoal::loadDerivation(): Don't use derivationFromPath()
Eelco Dolstra
2021-12-13
Add a crude tracing mechansim for the build results
regnat
2021-12-13
More properly track the status of CA builds
regnat
2021-12-06
Update manual links
Jan Tojnar
2021-10-27
If max-jobs == 0, do preferLocalBuild on remote builders
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-09-27
Don't copy in rethrow
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-02
Don’t create lockfiles with an invalid path name
regnat
2021-07-22
Remove redundant RealisedPath::closure() call
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-20
Properly lock the builds of CA derivations
regnat
2021-07-15
Forward the whole Nix config to the post-build-hook
regnat
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-06-24
Make the post-build-hook also run for unresolved CA derivations
regnat
2021-06-22
Source complete env in `nix-shell` with `__structuredAttrs = true;`
Maximilian Bosch
2021-05-26
Aso track the output path of the realisation dependencies
regnat
2021-05-26
Properly track the drvoutput references when building
regnat
2021-04-22
Always register the realisations of input-addressed drvs
regnat
2021-04-19
Include sys/wait.h everywhere WIFEXITED etc is used
Alyssa Ross
2021-04-05
Rename Buildable
John Ericson
2021-04-05
"newtype" BuildableReq
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-15
Merge pull request #4587 from obsidiansystems/derivation-goal-detect-invalid-...
Eelco Dolstra
2021-03-15
Properly sign the unresolved drvs
regnat
2021-03-01
Fix bad wanted output error as requested
John Ericson
2021-03-01
Allow substituting drv outputs when building
regnat
2021-03-01
SubstitutionGoal -> PathSubstitutionGoal
regnat
2021-02-28
Throw error for derivation goal with bogus wanted output
John Ericson
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-26
Merge pull request #4477 from NixOS/ca/build-remote
Eelco Dolstra
2021-02-26
Update src/libstore/build/derivation-goal.cc
Eelco Dolstra
2021-02-26
Use std::make_unique
Eelco Dolstra
2021-02-23
Make `DerivationGoal::drv` a full Derivation
regnat
2021-02-23
Properly bypass the registering step when all outputs are present
regnat
[next]