mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
* Updated `nix-store --verify' to the new schema.
This commit is contained in:
parent
60feff82cf
commit
3d74274b37
6 changed files with 106 additions and 26 deletions
|
@ -215,8 +215,8 @@ static void opQuery(Strings opFlags, Strings opArgs)
|
|||
Path path = maybeUseOutput(*i, useOutput, forceRealise);
|
||||
if (query == qRequisites)
|
||||
storePathRequisites(path, includeOutputs, paths);
|
||||
else if (query == qReferences) queryReferences(path, paths);
|
||||
else if (query == qReferers) queryReferers(path, paths);
|
||||
else if (query == qReferences) queryReferences(noTxn, path, paths);
|
||||
else if (query == qReferers) queryReferers(noTxn, path, paths);
|
||||
else if (query == qReferersClosure) computeFSClosure(path, paths, true);
|
||||
}
|
||||
printPathSet(paths);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue