forked from lix-project/lix
* 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;
|
if (readOnlyMode) return;
|
||||||
|
|
||||||
|
createDirs(nixStore);
|
||||||
|
|
||||||
checkStoreNotSymlink();
|
checkStoreNotSymlink();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue