forked from lix-project/lix
Use a better name for the config option
This commit is contained in:
parent
e40772cd35
commit
4e1a04733d
|
@ -883,7 +883,7 @@ public:
|
|||
"Path or URI of the global flake registry."};
|
||||
|
||||
Setting<bool> ignoreSymlinkStore{
|
||||
this, false, "ignore-symlink-store",
|
||||
this, false, "allow-symlinked-store",
|
||||
R"(
|
||||
If set to `true`, Nix will stop complaining if the store directory
|
||||
(typically /nix/store) contains symlink components.
|
||||
|
|
Loading…
Reference in a new issue