mirror of
https://github.com/NixOS/nix.git
synced 2024-11-27 09:12:40 +00:00
* Create /nix/store if it doesn't exist.
This commit is contained in:
parent
61686926d1
commit
cb85bc396e
@ -47,6 +47,8 @@ LocalStore::LocalStore()
|
||||
|
||||
if (readOnlyMode) return;
|
||||
|
||||
createDirs(nixStore);
|
||||
|
||||
checkStoreNotSymlink();
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user