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:
parent
4e1a04733d
commit
f80ffeb8c9
3 changed files with 3 additions and 3 deletions
|
|
@ -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 != "/") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue