mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Fix unbound variable error in optimise test.
This commit is contained in:
parent
2c66a093e0
commit
2fc00ec19f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ remountOverlayfs
|
||||||
dupFilename="${dupFileStorePath#/nix/store}"
|
dupFilename="${dupFileStorePath#/nix/store}"
|
||||||
lowerPath="$storeA/$dupFileStorePath"
|
lowerPath="$storeA/$dupFileStorePath"
|
||||||
upperPath="$storeBTop/$dupFilename"
|
upperPath="$storeBTop/$dupFilename"
|
||||||
overlayPath="$mergedStorePath/$dupFilename"
|
overlayPath="$storeBRoot/nix/store/$dupFilename"
|
||||||
|
|
||||||
# Check store path exists in both layers and overlay
|
# Check store path exists in both layers and overlay
|
||||||
lowerInode=$(stat -c %i "$lowerPath")
|
lowerInode=$(stat -c %i "$lowerPath")
|
||||||
|
|
Loading…
Reference in a new issue