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

Skip deletion of lower paths for overlay store GC.

This commit is contained in:
Ben Radford 2023-05-24 11:26:33 +01:00 committed by Ben Radford
parent 98edbb9686
commit a48acfd684
2 changed files with 15 additions and 1 deletions

View file

@ -122,6 +122,8 @@ private:
void queryRealisationUncached(const DrvOutput&,
Callback<std::shared_ptr<const Realisation>> callback) noexcept override;
void deleteGCPath(const Path & path, uint64_t & bytesFreed) override;
};
}