mirror of
https://github.com/NixOS/nix
synced 2025-07-06 13:21:47 +02:00
Rename queryValidPaths() to queryAllValidPaths()
This commit is contained in:
parent
eb3036da87
commit
667d5f1936
9 changed files with 17 additions and 17 deletions
|
@ -465,7 +465,7 @@ static void opDumpDB(Strings opFlags, Strings opArgs)
|
|||
if (!opFlags.empty()) throw UsageError("unknown flag");
|
||||
if (!opArgs.empty())
|
||||
throw UsageError("no arguments expected");
|
||||
PathSet validPaths = store->queryValidPaths();
|
||||
PathSet validPaths = store->queryAllValidPaths();
|
||||
foreach (PathSet::iterator, i, validPaths)
|
||||
cout << store->makeValidityRegistration(singleton<PathSet>(*i), true, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue