forked from nrabulinski/attic
Open the default store, not auto
(#71)
This commit is contained in:
parent
4fedffe6a1
commit
b1e512e022
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue