lix/src
Eelco Dolstra eb6db4fd38 buildPaths(): Add an evalStore argument
With this, we don't have to copy the entire .drv closure to the
destination store ahead of time (or at all). Instead, buildPaths()
reads .drv files from the eval store and copies inputSrcs to the
destination store if it needs to build a derivation.

Issue #5025.
2021-07-22 09:59:51 +02:00
..
build-remote copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libcmd buildPaths(): Add an evalStore argument 2021-07-22 09:59:51 +02:00
libexpr Support --eval-store in nix-instantiate and nix-build 2021-07-22 09:59:51 +02:00
libfetchers Merge pull request #4988 from NixOS/fetchgit-name-attribute 2021-07-08 14:33:49 +02:00
libmain Respect TERM=dumb more consistently 2021-07-01 18:19:01 -06:00
libstore buildPaths(): Add an evalStore argument 2021-07-22 09:59:51 +02:00
libutil deletePath(): Return ENFILE instead of EBADF when out of file descriptors 2021-07-20 20:59:45 +02:00
nix buildPaths(): Add an evalStore argument 2021-07-22 09:59:51 +02:00
nix-build buildPaths(): Add an evalStore argument 2021-07-22 09:59:51 +02:00
nix-channel Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-collect-garbage Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Rename Buildable 2021-04-05 09:52:25 -04:00
nix-instantiate Support --eval-store in nix-instantiate and nix-build 2021-07-22 09:59:51 +02:00
nix-store Rename Buildable 2021-04-05 09:52:25 -04:00
nlohmann nlohmann_json: Update to 3.9.1, fix use of internal copy 2021-07-15 12:25:53 +02:00
resolve-system-dependencies Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00