* Subflag in --verify': nix-store --verify --check-contents' checks
that the contents of store paths has not changed by comparing hashes of their current contents to the hashes stored in the database.
This commit is contained in:
parent
3d74274b37
commit
c547439843
3 changed files with 47 additions and 11 deletions
|
|
@ -122,7 +122,7 @@ Path addTextToStore(const string & suffix, const string & s,
|
|||
/* Delete a value from the nixStore directory. */
|
||||
void deleteFromStore(const Path & path);
|
||||
|
||||
void verifyStore();
|
||||
void verifyStore(bool checkContents);
|
||||
|
||||
|
||||
#endif /* !__STORE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue