A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Open the default store, not `auto` (#71)

authored by

Linus Heckemann and committed by
GitHub
b1e512e0 4fedffe6

+1 -1
+1 -1
attic/src/nix_store/bindings/nix.cpp
··· 92 92 g_init_nix_done = true; 93 93 } 94 94 95 - this->store = nix::openStore("auto", params); 95 + this->store = nix::openStore(nix::settings.storeUri.get(), params); 96 96 } 97 97 98 98 RString CNixStore::store_dir() {