mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 09:19:36 +01:00
Fix hard linking issue causing overlay fs copy-ups
This commit is contained in:
parent
83e703e7a8
commit
9ef0a9e8aa
4 changed files with 23 additions and 3 deletions
|
|
@ -114,6 +114,8 @@ private:
|
|||
void deleteGCPath(const Path & path, uint64_t & bytesFreed) override;
|
||||
|
||||
void optimiseStore() override;
|
||||
|
||||
Path toRealPathForHardLink(const StorePath & storePath) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue