* Create /nix/store if it doesn't exist.
This commit is contained in:
@@ -47,6 +47,8 @@ LocalStore::LocalStore()
|
||||
|
||||
if (readOnlyMode) return;
|
||||
|
||||
createDirs(nixStore);
|
||||
|
||||
checkStoreNotSymlink();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user