lix/src
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
..
build-remote canBuildLocally: check for features 2019-03-06 05:03:25 +00:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Improve GitHub caching 2019-10-16 00:20:51 +02:00
libmain Disable OpenSSL lock callback on OpenSSL >= 1.1.1 2019-09-04 21:45:01 +02:00
libstore Merge remote-tracking branch 'origin/master' into flakes 2019-10-10 12:54:37 +02:00
libutil Fix build 2019-10-10 15:07:50 +02:00
nix Fix 'nix flake init' 2019-10-15 19:53:29 +02:00
nix-build Merge remote-tracking branch 'origin/master' into flakes 2019-10-10 12:54:37 +02:00
nix-channel nix-env: Create ~/.nix-profile automatically 2019-10-09 23:35:01 +02:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-daemon Remove world-writability from per-user directories 2019-10-09 23:34:48 +02:00
nix-env nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr 2019-10-10 09:14:05 +02:00
nix-instantiate Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-prefetch-url nix-prefetch-url: Stop progress bar before printing results 2018-11-09 10:34:12 +01:00
nix-store OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00
nlohmann Make flake input fetching lazy 2019-06-04 19:17:03 +02:00
resolve-system-dependencies OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00