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:
parent
60ec75048a
commit
8fce03e0ad
2 changed files with 16 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue