Open the default store, not auto (#71)

This commit is contained in:
Linus Heckemann 2023-07-15 21:05:22 +02:00 committed by GitHub
parent 4fedffe6a1
commit b1e512e022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ CNixStore::CNixStore() {
g_init_nix_done = true; g_init_nix_done = true;
} }
this->store = nix::openStore("auto", params); this->store = nix::openStore(nix::settings.storeUri.get(), params);
} }
RString CNixStore::store_dir() { RString CNixStore::store_dir() {