forked from lix-project/lix
Lint issue: replacing tabs with spaces
This commit is contained in:
parent
c00e078343
commit
e40772cd35
|
@ -885,11 +885,11 @@ public:
|
||||||
Setting<bool> ignoreSymlinkStore{
|
Setting<bool> ignoreSymlinkStore{
|
||||||
this, false, "ignore-symlink-store",
|
this, false, "ignore-symlink-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.
|
||||||
|
|
||||||
This risks making some builds "impure" because builders sometimes
|
This risks making some builds "impure" because builders sometimes
|
||||||
"canonicalise" paths by resolving all symlink components. Problems
|
"canonicalise" paths by resolving all symlink components. Problems
|
||||||
occur if those builds are then deployed to machines where /nix/store
|
occur if those builds are then deployed to machines where /nix/store
|
||||||
resolves to a different location from that of the build machine. You
|
resolves to a different location from that of the build machine. You
|
||||||
can enable this setting if you are sure you're not going to do that.
|
can enable this setting if you are sure you're not going to do that.
|
||||||
|
|
Loading…
Reference in a new issue