1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00

Update the variable name accordingly

This commit is contained in:
Marwan Aljubeh 2020-09-21 17:29:08 +01:00
parent 4e1a04733d
commit f80ffeb8c9
3 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ LocalStore::LocalStore(const Params & params)
}
/* Ensure that the store and its parents are not symlinks. */
if (!settings.ignoreSymlinkStore) {
if (!settings.allowSymlinkedStore) {
Path path = realStoreDir;
struct stat st;
while (path != "/") {