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-02-19
Store the output hashes in the initialOutputs of the drv goal
regnat
2021-02-19
Register the realisations for unresolved drvs
regnat
2021-02-05
Add more instrumentation for #4270
Eelco Dolstra
2021-02-05
Add a trace to readLine() failures
Eelco Dolstra
2021-01-29
Merge pull request #4461 from NixOS/ca/error-logging-fixes
Eelco Dolstra
2021-01-26
Fix the error message when a dep is missing
regnat
2021-01-25
Tell user to run 'nix log' to get full build logs
Eelco Dolstra
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-22
Apply suggestions from code review
John Ericson
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-15
Make public keys and `requireSigs` local-store specific again
John Ericson
2021-01-15
Merge remote-tracking branch 'upstream/master' into non-local-store-build
John Ericson
2021-01-13
Merge pull request #4444 from matthewbauer/unset-curproc-arch-affinity
Eelco Dolstra
2021-01-13
Remove a redundant condition in DerivationGoal::tryLocalBuild()
Rickard Nilsson
2021-01-11
Set kern.curproc_arch_affinity=0 to escape Rosetta
Matthew Bauer
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-06
Merge pull request #4310 from matthewbauer/rosetta2-extra-platforms
Eelco Dolstra
2020-12-23
Test nix-build with non-local-store --store
John Ericson
2020-12-23
Expose schedule entrypoints to all stores
John Ericson
2020-12-23
Crudely make worker only provide a Store, not LocalStore
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Restrict the operations on drv outputs in recursive Nix
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-11
Rework the db schema for derivation outputs
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-09
Store the final drv outputs in memory when building remotely
regnat
2020-12-09
Revert "Re-query for the derivation outputs in the post-build-hook"
regnat
2020-12-08
Re-query for the derivation outputs in the post-build-hook
regnat
2020-12-03
Use posix_spawn_setbinpref_np to advise which architecture to run
Matthew Bauer
2020-12-03
Don't fail early when -j0 is passed
regnat
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-12-01
Merge pull request #4284 from tweag/fixed-output-depending-on-ca
Eelco Dolstra
2020-12-01
shut up clang warnings
regnat
2020-12-01
Move primeCache() to Worker::run()
Eelco Dolstra
2020-11-27
Allow fixed-output derivations to depend on (floating) content-addressed ones
regnat
2020-11-25
fix the hash rewriting for ca-derivations
regnat
2020-11-03
LocalStore: Get rid of recursive_mutex
Eelco Dolstra
2020-10-31
Restore RestrictedStore.addToStoreFromDump implementation
Robert Hensing
2020-10-29
Generalize extra-* settings
Eelco Dolstra
2020-10-29
Alter "wanted:" to "specified:" in hash mismatch output
stev
2020-10-27
Allow non-CA derivations to depend on CA derivations
regnat
2020-10-18
Merge pull request #4143 from obsidiansystems/typed-goal-maps
Eelco Dolstra
2020-10-18
DerivationGoal: only retry if output closure incomplete is only problem
Robert Hensing
2020-10-18
Typo
Robert Hensing
2020-10-17
Explain that `upcast_goal` is still a static cast
John Ericson
2020-10-17
Just use `auto` in two places.
John Ericson
2020-10-17
tab -> space
John Ericson
2020-10-14
Merge remote-tracking branch 'upstream/master' into typed-goal-maps
John Ericson
2020-10-14
Create /etc/passwd *after* figuring out the sandbox uid/gid
Eelco Dolstra
2020-10-13
Add some more docs
John Ericson
[next]