Use a better name for the config option

This commit is contained in:
Marwan Aljubeh 2020-09-21 16:32:22 +01:00
parent e40772cd35
commit 4e1a04733d

View file

@ -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.