1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00
nix/src/libexpr/primops
Eelco Dolstra 0ab64729e9 Improve GitHub caching
In particular, when building a flake lock file, inputs like 'nixpkgs'
are now downloaded only once. Previously, it would fetch
https://api.github.com/repos/<owner>/<repo>/tarball/<ref> and then
later https://api.github.com/repos/<owner>/<repo>/tarball/<rev>, even
though they produce the same result.

Git and GitHub now also share a cache that maps revs to a store path
and other info.
2019-10-16 00:20:51 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc Improve GitHub caching 2019-10-16 00:20:51 +02:00
fetchGit.hh Improve GitHub caching 2019-10-16 00:20:51 +02:00
fetchMercurial.cc Add flags to disallow dirty Git trees and to turn off warnings 2019-09-20 14:29:49 +02:00
fromTOML.cc Fix abort in fromTOML 2019-06-24 17:09:09 +02:00