mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Remove unneeded --experimental-features
This commit is contained in:
parent
590920eed2
commit
16c8f9016b
2 changed files with 2 additions and 7 deletions
|
@ -17,12 +17,7 @@ struct FlakeSettings : public Config
|
|||
FlakeSettings();
|
||||
|
||||
Setting<bool> useRegistries{
|
||||
this,
|
||||
true,
|
||||
"use-registries",
|
||||
"Whether to use flake registries to resolve flake references.",
|
||||
{},
|
||||
true};
|
||||
this, true, "use-registries", "Whether to use flake registries to resolve flake references.", {}, true};
|
||||
|
||||
Setting<bool> acceptFlakeConfig{
|
||||
this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue