index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
2022-04-01
Fix handling of outputHash when outputHashAlgo is not specified
Eelco Dolstra
2022-03-31
Merge pull request #6227 from NixOS/impure-derivations-ng
Eelco Dolstra
2022-03-31
Provide default values for outputHashAlgo and outputHashMode
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-30
libexpr: Throw the correct error in toJSON
Daniel Pauls
2022-03-29
Simplify the handling of the hash modulo
Théophane Hufschmitt
2022-03-25
Fix mismatched tag warning on clang
Eelco Dolstra
2022-03-25
Document getFlake
Eelco Dolstra
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2022-03-24
Add experimental feature 'fetch-closure'
Eelco Dolstra
2022-03-24
nix store make-content-addressed: Support --from / --to
Eelco Dolstra
2022-03-24
Document fetchClosure
Eelco Dolstra
2022-03-24
Add a test for fetchClosure and 'nix store make-content-addressed'
Eelco Dolstra
2022-03-24
fetchClosure: Only allow some "safe" store types
Eelco Dolstra
2022-03-24
fetchClosure: Skip makeContentAddressed() if toPath is already valid
Eelco Dolstra
2022-03-24
fetchClosure: Allow a path to be rewritten to CA on the fly
Eelco Dolstra
2022-03-24
Rename
Eelco Dolstra
2022-03-24
fetchClosure: Require a CA path in pure mode
Eelco Dolstra
2022-03-24
Add builtins.fetchClosure
Eelco Dolstra
2022-03-24
Merge pull request #6305 from flox/genericClosure_doc
Eelco Dolstra
2022-03-24
docs: genericClosure
Tom Bereknyei
2022-03-24
lexer: add error location to lexer errors
Sergei Trofimovich
2022-03-22
Don't hide repeated values while generating manifest.nix
Eelco Dolstra
2022-03-22
printValue(): <REPEAT> -> «repeated»
Eelco Dolstra
2022-03-22
Merge pull request #6237 from obsidiansystems/store-path-string-context
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-18
Avoid some pointless copying of drvs
John Ericson
2022-03-18
Use Deferred when building an input-addressed drv
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-17
Merge pull request #6242 from ncfavier/print-output-names
Théophane Hufschmitt
2022-03-16
nix-env: always print output names in JSON and XML
Naïm Favier
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-03-11
Merge remote-tracking branch 'origin/eval-suggestions'
Eelco Dolstra
2022-03-11
Merge pull request #5865 from pennae/memory-friendliness
Eelco Dolstra
2022-03-09
add HAVE_BOEHMGC guards to batched allocation functions
pennae
2022-03-08
make Pos smaller
pennae
2022-03-08
force-inline a few much-used functions
pennae
2022-03-08
cache singleton Envs just like Values
pennae
2022-03-08
remove GC_PTR_STORE_AND_DIRTY
pennae
2022-03-08
Also display some suggestions for invalid formal arguments
regnat
2022-03-08
Try and make the darwin build happy
regnat
2022-03-08
Add some suggestions to the evaluator
regnat
2022-03-07
Merge branch 'cli-suggestions' of https://github.com/thufschmitt/nix
Eelco Dolstra
2022-03-07
Merge `or-suggestions.hh` into `suggestions.hh`
regnat
2022-03-07
dupStringWithLen -> makeImmutableString
Robert Hensing
2022-03-07
Value::mkPath: Avoid potential crash from null string_view
Robert Hensing
2022-03-07
Value::mkString: Avoid crash from null string_view
Robert Hensing
2022-03-07
Move OrSuggestions to its own header
regnat
[next]