mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +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
|
@ -19,9 +19,9 @@ void computeFSClosure(const Path & storePath,
|
|||
|
||||
PathSet references;
|
||||
if (flipDirection)
|
||||
queryReferers(storePath, references);
|
||||
queryReferers(noTxn, storePath, references);
|
||||
else
|
||||
queryReferences(storePath, references);
|
||||
queryReferences(noTxn, storePath, references);
|
||||
|
||||
for (PathSet::iterator i = references.begin();
|
||||
i != references.end(); ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue