lix/src
Eelco Dolstra 8d9f7048cd Use eval-store in more places
In particular, this now works:

  $ nix path-info --eval-store auto --store https://cache.nixos.org nixpkgs#hello

Previously this would fail as it would try to upload the hello .drv to
cache.nixos.org. Now the .drv is instantiated in the local store, and
then we check for the existence of the outputs in cache.nixos.org.
2021-07-22 09:59:51 +02:00
..
build-remote Fix the remote build of CA derivations 2021-06-21 14:18:33 +02:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libcmd Use eval-store in more places 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 Use eval-store in more places 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 Use eval-store in more places 2021-07-22 09:59:51 +02:00
nix-build nix-shell: Handle --eval-store correctly 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 nix-build: Copy drv closure between eval store and build store 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