1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00

Add test for store optimise path deduplication.

This commit is contained in:
Ben Radford 2023-07-18 13:59:22 +01:00
parent d5cd74a401
commit 614efc1240
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5
5 changed files with 33 additions and 1 deletions

View file

@ -113,6 +113,8 @@ private:
void deleteGCPath(const Path & path, uint64_t & bytesFreed) override;
void optimiseStore() override;
bool verifyStore(bool checkContents, RepairFlag repair) override;
};