1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

* 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 {