1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 05:56:03 +01:00

Merge branch 'accept_conf' of https://github.com/tomberek/nix

This commit is contained in:
Eelco Dolstra 2021-11-18 12:56:09 +01:00
commit 0961c1068a
3 changed files with 15 additions and 19 deletions

View file

@ -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."};
};