mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
tests/test-libstoreconsumer: Ignore config
This commit is contained in:
parent
e05b58b060
commit
0ecf7dac3b
@ -15,7 +15,8 @@ int main (int argc, char **argv)
|
||||
|
||||
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user