1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
Georges Dubus 54525682df 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
2021-02-24 16:43:41 +01:00
..
build-remote Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05: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-02-24 16:43:41 +01:00
libexpr Make missing auto-call arguments throw an eval error 2021-02-22 16:13:09 +01:00
libfetchers Add traces to errors while updating flake lock file 2021-01-27 14:02:54 +01:00
libmain Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
libstore Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
libutil Respect command registrations in plugins. 2021-02-24 08:25:45 -05:00
nix Don't use read-only mode for nix build --dry-run 2021-02-24 16:43:41 +01:00
nix-build Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05: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 Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-env Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-instantiate Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-store Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
resolve-system-dependencies Fix macOS build 2021-01-21 12:46:22 +01:00