mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
Use a better name for the config option
This commit is contained in:
parent
e40772cd35
commit
4e1a04733d
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ public:
|
||||||
"Path or URI of the global flake registry."};
|
"Path or URI of the global flake registry."};
|
||||||
|
|
||||||
Setting<bool> ignoreSymlinkStore{
|
Setting<bool> ignoreSymlinkStore{
|
||||||
this, false, "ignore-symlink-store",
|
this, false, "allow-symlinked-store",
|
||||||
R"(
|
R"(
|
||||||
If set to `true`, Nix will stop complaining if the store directory
|
If set to `true`, Nix will stop complaining if the store directory
|
||||||
(typically /nix/store) contains symlink components.
|
(typically /nix/store) contains symlink components.
|
||||||
|
|
Loading…
Reference in a new issue