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:
parent
cc6f8aa91a
commit
11c493f8fa
3 changed files with 23 additions and 2 deletions
|
|
@ -123,6 +123,8 @@ private:
|
|||
void optimiseStore() override;
|
||||
|
||||
Path toRealPathForHardLink(const StorePath & storePath) override;
|
||||
|
||||
bool _remountRequired = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue