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
2021-09-27
Don't copy in rethrow
Eelco Dolstra
2021-09-24
Merge pull request #5253 from edolstra/flake-ifd
Eelco Dolstra
2021-09-22
Revert "Merge pull request #4922 from nrdxp/default-submodules"
Eelco Dolstra
2021-09-22
Don't cache realiseContext() errors
Eelco Dolstra
2021-09-21
Set input parent at construction time
Eelco Dolstra
2021-09-16
Include subpath in flake fingerprint
Geoff Reedy
2021-09-15
Merge pull request #5257 from edolstra/dirty-lock-file
Eelco Dolstra
2021-09-15
Merge branch 'mh/fix-chroot-eval' of https://github.com/obsidiansystems/nix
Eelco Dolstra
2021-09-15
If we can't write a lock file, pretend the top-level flake is dirty
Eelco Dolstra
2021-09-15
Revert "Disallow reading flake.lock"
Eelco Dolstra
2021-09-14
Disallow reading flake.lock
Eelco Dolstra
2021-09-14
Merge pull request #5240 from edolstra/builtin-help
Eelco Dolstra
2021-09-13
hashFile, hashString: realize context before calculation, and discard afterwards
kvtb
2021-09-13
nix --help: Display help using lowdown instead of man
Eelco Dolstra
2021-09-08
Merge pull request #5215 from ncfavier/patch-1
Eelco Dolstra
2021-09-07
Merge pull request #4922 from nrdxp/default-submodules
Shea Levy
2021-09-05
Fix use-registries logic in builtins.getFlake
Naïm Favier
2021-09-01
Merge pull request #5066 from Radvendii/master
Eelco Dolstra
2021-08-31
fix parse of `/${foo}`. was `// + foo`
Taeer Bar-Yam
2021-08-31
path antiquotations: canonizePath -> canonicalizePath
Taeer Bar-Yam
2021-08-30
Merge pull request #5175 from Pamplemousse/make
Eelco Dolstra
2021-08-30
Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygiene
Eelco Dolstra
2021-08-29
Fix use after free with vImportedDrvToDerivation
Robert Hensing
2021-08-29
Move vCallFlake into EvalState
Robert Hensing
2021-08-29
Force all Pos* to be non-null
Robert Hensing
2021-08-25
Don't overwrite user provided `lib*_LDFLAGS`
Pamplemousse
2021-08-23
Coding style
Eelco Dolstra
2021-08-17
Fix follows paths in subordinate lockfiles
Alex Zero
2021-08-13
Install pkg-config files in the correct location
Piotr Szubiakowski
2021-08-11
In flake lock file diffs, show the last-modified date of inputs if available
Eelco Dolstra
2021-08-09
Merge pull request #5111 from Pamplemousse/clean
Eelco Dolstra
2021-08-09
libexpr: Squash similar conditions
Pamplemousse
2021-08-07
Whitelist nixConfig.flake-registry
Alexander Bantyev
2021-08-06
add antiquotations to paths
Taeer Bar-Yam
2021-08-05
Use the store path as the context of the result of fetchTree, not the real path
Madeline Haraj
2021-07-28
Merge pull request #5042 from alyssais/pthread
Eelco Dolstra
2021-07-27
Merge pull request #5048 from tweag/flox-eval-store
Eelco Dolstra
2021-07-26
libexpr: Remove unused code
Pamplemousse
2021-07-24
Enable pthreads for new libraries
Alyssa Ross
2021-07-22
Support --eval-store in nix-instantiate and nix-build
Eelco Dolstra
2021-07-22
Add --eval-store option
Eelco Dolstra
2021-07-21
Avoid global counters
Pamplemousse
2021-07-21
Merge branch 'balsoft/no-registries' of https://github.com/serokell/nix
Eelco Dolstra
2021-07-19
Rename findDerivationFilename -> findPackageFilename
Robert Hensing
2021-07-16
Add use-registries config option (and deprecate --no-registries flag)
Alexander Bantyev
2021-07-15
Merge pull request #5011 from Pamplemousse/fix_adjustLoc
Eelco Dolstra
2021-07-14
libexpr: Fix read out-of-bound on the heap
Pamplemousse
2021-07-09
toString also coerces a set with an outPath attribute to a string
Niels Egberts
2021-07-09
Merge pull request #4995 from NixOS/fetchgit-name-attribute
Eelco Dolstra
2021-07-08
Restore the possibility to use a `name` parameter in fetchGit
regnat
[next]