1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00

* nix-store --verify: repair bad hash fields in the metadata file.

This commit is contained in:
Eelco Dolstra 2008-12-16 13:28:18 +00:00
parent 60ec75048a
commit 8fce03e0ad
2 changed files with 16 additions and 5 deletions

View file

@ -162,7 +162,7 @@ private:
void registerValidPath(const ValidPathInfo & info, bool ignoreValidity = false);
ValidPathInfo queryPathInfo(const Path & path);
ValidPathInfo queryPathInfo(const Path & path, bool ignoreErrors = false);
void rewriteReferrers(const Path & path, bool purge, PathSet referrers);