aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorMarwan Aljubeh <marwan.aljubeh@gmail.com>2020-09-18 17:18:45 +0100
committerMarwan Aljubeh <marwan.aljubeh@gmail.com>2020-09-18 17:18:45 +0100
commite40772cd35adcd158d30727f7f294b823df8010a (patch)
treeb7a42ec6e04545e45568f2b85189512d83585db7 /src/libstore/globals.hh
parentc00e07834327a8ef626cf4f1ecb216ee1b6a0877 (diff)
Lint issue: replacing tabs with spaces
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 129cef6b4..ddc13898d 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -885,11 +885,11 @@ public:
Setting<bool> ignoreSymlinkStore{
this, false, "ignore-symlink-store",
R"(
- If set to `true`, Nix will stop complaining if the store directory
- (typically /nix/store) contains symlink components.
+ If set to `true`, Nix will stop complaining if the store directory
+ (typically /nix/store) contains symlink components.
- This risks making some builds "impure" because builders sometimes
- "canonicalise" paths by resolving all symlink components. Problems
+ This risks making some builds "impure" because builders sometimes
+ "canonicalise" paths by resolving all symlink components. Problems
occur if those builds are then deployed to machines where /nix/store
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.