* Create /nix/store if it doesn't exist.

This commit is contained in:
Eelco Dolstra 2009-03-27 14:19:04 +00:00
parent 61686926d1
commit cb85bc396e
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ LocalStore::LocalStore()
if (readOnlyMode) return;
createDirs(nixStore);
checkStoreNotSymlink();
try {