nix-super/src
Georges Dubus bc6e7ca046 Don't use read-only mode for nix build --dry-run
In dry run mode, new derivations can't be create, so running the command on anything that has not been evaluated before results in an error message of the form `don't know how to build these paths (may be caused by read-only store access)`.

For comparison, the classical `nix-build --dry-run` doesn't use read-only mode.

Closes #1795

(cherry picked from commit 54525682df707742e58311c32e9c9cb18de1e31f)
2021-09-02 14:50:19 +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 Don't use read-only mode for nix build --dry-run 2021-09-02 14:50:19 +02:00
libexpr Merge pull request #5066 from Radvendii/master 2021-09-01 12:55:04 +02:00
libfetchers Merge pull request #5175 from Pamplemousse/make 2021-08-30 12:44:29 +02:00
libmain Merge pull request #5175 from Pamplemousse/make 2021-08-30 12:44:29 +02:00
libstore Don’t create lockfiles with an invalid path name 2021-09-02 09:57:41 +02:00
libutil TarArchive: Small refactoring 2021-08-30 17:02:51 +02:00
nix Don't use read-only mode for nix build --dry-run 2021-09-02 14:50:19 +02:00
nix-build nix-shell --pure: Let it work for any derivation 2021-08-06 15:30:49 -07: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 Tidy 2021-08-30 09:52:43 +02:00
nix-instantiate nix-instantiate: Fix --eval-store 2021-07-27 11:16:47 +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