mirror of
https://github.com/NixOS/nix
synced 2025-07-08 15:13:55 +02:00
Implement overlay store deduplication.
This commit is contained in:
parent
a9510f9502
commit
8ddbcb736a
2 changed files with 18 additions and 3 deletions
|
@ -45,8 +45,7 @@ overlayInode=$(stat -c %i "$overlayPath")
|
|||
nix-store --store "$storeB" --optimise
|
||||
remountOverlayfs
|
||||
|
||||
# Check path only exists in lower store
|
||||
stat "$lowerPath"
|
||||
stat "$overlayPath"
|
||||
expect 1 stat "$upperPath"
|
||||
|
||||
#expect 1 stat $(toRealPath "$storeA/nix/store" "$path")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue