1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

tests/test-libstoreconsumer: Ignore config

This commit is contained in:
Robert Hensing 2024-04-19 23:45:31 +02:00
parent e05b58b060
commit 0ecf7dac3b

View file

@ -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();