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

Avoid creating whiteout for duplicate store paths.

This commit is contained in:
Ben Radford 2023-07-26 13:21:38 +01:00 committed by Ben Radford
parent cc6f8aa91a
commit 11c493f8fa
3 changed files with 23 additions and 2 deletions

View file

@ -123,6 +123,8 @@ private:
void optimiseStore() override;
Path toRealPathForHardLink(const StorePath & storePath) override;
bool _remountRequired = false;
};
}