mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
tests/test-libstoreconsumer: Ignore config
This commit is contained in:
parent
e05b58b060
commit
0ecf7dac3b
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ int main (int argc, char **argv)
|
||||||
|
|
||||||
std::string drvPath = argv[1];
|
std::string drvPath = argv[1];
|
||||||
|
|
||||||
initLibStore();
|
// This small program is a test, so we do not want user config to interfere.
|
||||||
|
initLibStore(false);
|
||||||
|
|
||||||
auto store = nix::openStore();
|
auto store = nix::openStore();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue