index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-04-28
fixes
Ben Burdette
2021-04-27
Merge branch 'master' into debugger-merge
Ben Burdette
2021-04-27
Merge pull request #4751 from Ma27/storepath-pos
Domen Kožar
2021-04-27
primops/storePath: add trace to pure mode error
Maximilian Bosch
2021-04-23
Merge branch 'remove-trailing-spaces' of github.com:NixOS/nix
Eelco Dolstra
2021-04-23
Replace the trailing markdown spaces by a backslash
regnat
2021-04-23
Merge pull request #4732 from NixOS/4725-always-register-the-realisations
Eelco Dolstra
2021-04-23
Merge pull request #4440 from Ma27/misc-pos-fixes
Eelco Dolstra
2021-04-23
Revert "Make `nix shell` fallback to static outputs when needed"
regnat
2021-04-22
Always register the realisations of input-addressed drvs
regnat
2021-04-22
Merge branch 'master' of github.com:NixOS/nix
Eelco Dolstra
2021-04-22
Merge branch 'nix-derivation-query-store-path' of https://github.com/matthewb...
Eelco Dolstra
2021-04-22
Merge pull request #4724 from NixOS/nix-shell-missing-outputs
Eelco Dolstra
2021-04-22
Remove makeDecompressionSource()
Eelco Dolstra
2021-04-22
Merge branch 's3-decompress' of https://github.com/lukegb/nix
Eelco Dolstra
2021-04-22
libutil: allow decompression with none/empty method
Luke Granger-Brown
2021-04-22
Fix typo in flake doc
Antoine Martin
2021-04-21
Get deriver when passing --derivation
Matthew Bauer
2021-04-21
Make `nix shell` fallback to static outputs when needed
regnat
2021-04-20
Fix brotli compression of files > 128 KiB
Eelco Dolstra
2021-04-20
Merge pull request #4720 from alyssais/wait
Eelco Dolstra
2021-04-19
Include sys/wait.h everywhere WIFEXITED etc is used
Alyssa Ross
2021-04-19
libcmd/installables: force re-evaluation of cached failures
Maximilian Bosch
2021-04-15
Merge pull request #4679 from ony/feature/one-pass-canon-path
Eelco Dolstra
2021-04-15
Drop libbz2 / zlib / lzma dependency + style fixes
Eelco Dolstra
2021-04-15
Merge branch 'libarchive-decompress' of https://github.com/serokell/nix
Eelco Dolstra
2021-04-15
Merge branch 'revertRemoveJSON' of https://github.com/cgohla/nix
Eelco Dolstra
2021-04-14
Merge pull request #4707 from grahamc/defaul-path-restricted-eval
Eelco Dolstra
2021-04-14
Merge pull request #4708 from NixOS/fix-remote-registerDrvOutput
Eelco Dolstra
2021-04-13
libexpr/primops: review
Maximilian Bosch
2021-04-13
primops/libexpr: use new attr-call extractor everywhere; use function's pos i...
Maximilian Bosch
2021-04-13
libexpr/primops: Move attr name extraction into its own function
Maximilian Bosch
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
2021-04-13
primops/derivation: use position of currently evaluated attribute
Maximilian Bosch
2021-04-13
Fix registerDrvOutput with the daemon
regnat
2021-04-12
EvalSettings::getDefaultNixPath: respect {restrict,pure}Eval
Graham Christensen
2021-04-09
add tests for zstd compression
Domen Kožar
2021-04-09
Revert "libfetchers/tarball: Lock on effectiveUrl"
Eelco Dolstra
2021-04-07
Restore stack size in child processes
Eelco Dolstra
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2021-04-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
2021-04-05
Revert "Use upstream nlohmann_json"
Björn Gohla
2021-04-05
Document the derived path types.
John Ericson
2021-04-05
buildable.{cc,hh} -> derived-path.{cc,hh}
John Ericson
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
"newtype" BuildableReq
John Ericson
2021-04-05
No templates for `Buildable` and `BuildableReq`
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutput` utilities out of store class
John Ericson
[next]