index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-04-05
Allow `welcomeText` when checking a flake template
Théophane Hufschmitt
2022-04-04
Add missing #include
Eelco Dolstra
2022-04-01
fix(run): set applyNixConfig lockFlag
Tom Bereknyei
2022-04-01
Merge pull request #6344 from flox/profile_url_uri
Eelco Dolstra
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
Fix macOS build
Eelco Dolstra
2022-03-31
Rename 'pure' -> 'sandboxed' for consistency
Eelco Dolstra
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Document isPure()
Eelco Dolstra
2022-03-31
Fix macOS build
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-31
Merge pull request #6337 from danpls/fix-to-json-repl
Eelco Dolstra
2022-03-31
replaceEnv(): Pass newEnv by reference
Eelco Dolstra
2022-03-30
profile!: consistent use of url/uri. create new version
Tom Bereknyei
2022-03-30
bundler: update default bundler to support new bundler API
Tom Bereknyei
2022-03-30
libutil: Change return value of addTrace to void
Daniel Pauls
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-28
Merge pull request #6330 from edolstra/run-remote-store
Théophane Hufschmitt
2022-03-28
nix {run,shell}: Print a better error message if the store is not local
Eelco Dolstra
2022-03-28
nix profile install: Don't use queryDerivationOutputMap()
Eelco Dolstra
2022-03-25
Merge pull request #6314 from edolstra/experimental-primop
Eelco Dolstra
2022-03-25
Merge pull request #6311 from edolstra/return-wanted-paths
Eelco Dolstra
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-25
Merge pull request #6051 from Ma27/fix-empty-nix-log
Eelco Dolstra
2022-03-25
Use wantOutput
Eelco Dolstra
2022-03-24
nix: allow whitespace characters before command in repl
polykernel
2022-03-24
Retry substitution after an incomplete closure only once
Eelco Dolstra
2022-03-24
Only return wanted outputs
Eelco Dolstra
2022-03-24
Random cleanup
Eelco Dolstra
2022-03-24
Random cleanup
Eelco Dolstra
2022-03-24
Revert "TarArchive: Small refactoring"
Maximilian Bosch
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
Rename 'nix store make-content-addressable' to 'nix store make-content-addres...
Eelco Dolstra
2022-03-24
Fix makeContentAddressed() on self-references
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
[next]