1
1
Fork 0
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:
John Ericson 2023-07-25 10:28:11 -04:00
parent 83e703e7a8
commit 9ef0a9e8aa
4 changed files with 23 additions and 3 deletions

View file

@ -114,6 +114,8 @@ private:
void deleteGCPath(const Path & path, uint64_t & bytesFreed) override;
void optimiseStore() override;
Path toRealPathForHardLink(const StorePath & storePath) override;
};
}