index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
Age
Commit message (
Expand
)
Author
2021-08-08
libstore: use set instead of list for waiter list
Andreas Rammhold
2021-07-22
Remove redundant RealisedPath::closure() call
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
copyPaths: Pass store by reference
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-13
Merge pull request #5006 from illustris/nscd
Eelco Dolstra
2021-07-13
fixed output derivations: fix incorrect responses for getpwuid
illustris
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-06-28
Merge pull request #4942 from NixOS/ca/remove-lock-files
Eelco Dolstra
2021-06-28
Merge pull request #4937 from NixOS/ca/make-the-tests-useful
Eelco Dolstra
2021-06-24
Eventually delete the CA paths lock files
regnat
2021-06-24
Perform input rewrites only in LocalDerivationGoal
Maximilian Bosch
2021-06-24
Make CA derivations compatible with recursive Nix
regnat
2021-06-24
Make the post-build-hook also run for unresolved CA derivations
regnat
2021-06-23
Display the diverging paths in case of a realisation mismatch
regnat
2021-06-23
Gracefully ignore a substituter if it holds an incompatible realisation
regnat
2021-06-23
Merge pull request #4838 from NixOS/ca/recursively-substitute-realisations
Eelco Dolstra
2021-06-23
Merge pull request #4836 from NixOS/ca/track-drvoutput-dependencies-2-le-retour
Eelco Dolstra
2021-06-22
Move `writeStructuredAttrsShell` out of `ParsedDerivation` class
Maximilian Bosch
2021-06-22
Prefix env vars for attrs.* files with NIX_
Maximilian Bosch
2021-06-22
Split shell & json creation for build environments with structured attrs
Maximilian Bosch
2021-06-22
Set environment variables for .attrs.json & .attrs.sh
Maximilian Bosch
2021-06-22
Source complete env in `nix-shell` with `__structuredAttrs = true;`
Maximilian Bosch
2021-06-21
Remove a possible existing store path when building CA derivations
regnat
2021-06-18
UDSRemoteStore: Support the 'root' store parameter
Eelco Dolstra
2021-05-26
Recursively substitute the realisations
regnat
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-05-25
Make the Nar hash non modulo
regnat
2021-05-12
Relock wait for build slot goals
Matthew Bauer
2021-05-05
Properly normalize the content-addressed paths
regnat
2021-05-02
Mark `__impureHostDeps` paths as optional
Emily
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-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
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
Merge pull request #4580 from obsidiansystems/restore-test-build-remote-ca-fixed
Eelco Dolstra
2021-03-15
Properly sign the unresolved drvs
regnat
2021-03-15
pathInfoIsTrusted -> pathInfoIsUntrusted
regnat
2021-03-15
Add some logic for signing realisations
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-27
Fix testing fixed-output derivations in double sandboxes
John Ericson
2021-02-26
Remove unused `redirectedBadOutputs`
John Ericson
[next]