mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
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;
|
||||
}
|
||||
|
||||
this->store = nix::openStore("auto", params);
|
||||
this->store = nix::openStore(nix::settings.storeUri.get(), params);
|
||||
}
|
||||
|
||||
RString CNixStore::store_dir() {
|
||||
|
|
Loading…
Reference in a new issue