mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Update the variable name accordingly
This commit is contained in:
parent
4e1a04733d
commit
f80ffeb8c9
3 changed files with 3 additions and 3 deletions
|
@ -882,7 +882,7 @@ public:
|
|||
Setting<std::string> flakeRegistry{this, "https://github.com/NixOS/flake-registry/raw/master/flake-registry.json", "flake-registry",
|
||||
"Path or URI of the global flake registry."};
|
||||
|
||||
Setting<bool> ignoreSymlinkStore{
|
||||
Setting<bool> allowSymlinkedStore{
|
||||
this, false, "allow-symlinked-store",
|
||||
R"(
|
||||
If set to `true`, Nix will stop complaining if the store directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue