mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
* Create /nix/store if it doesn't exist.
This commit is contained in:
parent
61686926d1
commit
cb85bc396e
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ LocalStore::LocalStore()
|
|||
|
||||
if (readOnlyMode) return;
|
||||
|
||||
createDirs(nixStore);
|
||||
|
||||
checkStoreNotSymlink();
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue