* 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

View file

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