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
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-06-19
Put worker protocol items inside a `WorkerProto` struct
John Ericson
2023-06-19
Split out worker protocol template definitions from declarations
John Ericson
2023-05-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-05-10
Merge pull request #3959 from obsidiansystems/ca-drv-exotic
John Ericson
2023-05-08
CA: rewrite hashes for all outputs, not just the wanted ones
Yorick van Pelt
2023-05-08
libstore: also pass unwanted outputs to the post-build-hook
Yorick van Pelt
2023-04-19
Remove references from fixed output derivation ab syntax
John Ericson
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-15
Make restarting state machines explicit
John Ericson
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-03-28
Don't recommend 'nix log' unless experimental feature is enabled
Bjørn Forsman
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-01-12
Split `OutputsSpec::merge` into `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-06
Merge pull request #7307 from hercules-ci/derivation-goal-improve-comment
Théophane Hufschmitt
2022-12-23
nix develop: Set personality
Eelco Dolstra
2022-12-12
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Eelco Dolstra
2022-12-09
Merge pull request #7409 from tweag/fix-6383
Théophane Hufschmitt
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-12-06
improve style
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6383)
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6700)
Taeer Bar-Yam
2022-11-29
Merge pull request #3600 from NixOS/auto-uid-allocation
Eelco Dolstra
2022-11-21
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-18
Get CPU stats from the cgroup
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-15
libstore/derivation-goal: Elaborate a TODO for performance concern
Robert Hensing
2022-11-14
derivation-goal: Fix `requires non-existing output` error
Robert Hensing
2022-09-02
Don’t readDerivation if impure derivations feature is disabled
Matthew Bauer
2022-08-10
Merge pull request #6850 from NinjaTrappeur/nin/build-check
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-08-01
derivation-goal.cc: remove bmCheck custom return branch on buildDone
Félix Baylac-Jacqué
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-28
Fix passing $OUT_PATHS to the post-build hook
Eelco Dolstra
2022-04-08
Remove duplicate "error:"
Eelco Dolstra
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
[next]