Unify "nix verify-paths" and "nix verify-store"
"verify-store" is now simply an "--all" flag to "nix verify". This flag can be used for any other store path command as well (e.g. "nix path-info", "nix copy-sigs", ...).
This commit is contained in:
parent
327569035c
commit
99851c6f06
3 changed files with 31 additions and 60 deletions
|
|
@ -31,6 +31,7 @@ private:
|
|||
|
||||
Paths storePaths;
|
||||
bool recursive = false;
|
||||
bool all = false;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue