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