mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 09:19:36 +01:00
Store: expose the protocol version used by a store
This commit is contained in:
parent
c9a08540c3
commit
070823baa4
6 changed files with 29 additions and 0 deletions
|
|
@ -209,6 +209,8 @@ public:
|
|||
|
||||
void registerValidPaths(const ValidPathInfos & infos);
|
||||
|
||||
unsigned int getProtocol() override;
|
||||
|
||||
void vacuumDB();
|
||||
|
||||
/* Repair the contents of the given path by redownloading it using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue