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:
parent
98edbb9686
commit
a48acfd684
2 changed files with 15 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue