mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
Adds an accept-flake-config flag
This commit is contained in:
parent
bceda30498
commit
30496af598
2 changed files with 14 additions and 12 deletions
|
@ -951,6 +951,9 @@ public:
|
|||
|
||||
Setting<bool> useRegistries{this, true, "use-registries",
|
||||
"Whether to use flake registries to resolve flake references."};
|
||||
|
||||
Setting<bool> acceptFlakeConfig{this, false, "accept-flake-config",
|
||||
"Whether to accept nix configuration from a flake without prompting."};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue