1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 03:39:36 +01:00

Add 'nix store repair' command

This commit is contained in:
Eelco Dolstra 2021-01-13 23:27:39 +01:00
parent 3da9a9241c
commit 61216d32e1
6 changed files with 66 additions and 5 deletions

View file

@ -198,9 +198,7 @@ public:
void vacuumDB();
/* Repair the contents of the given path by redownloading it using
a substituter (if available). */
void repairPath(const StorePath & path);
void repairPath(const StorePath & path) override;
void addSignatures(const StorePath & storePath, const StringSet & sigs) override;