mirror of
https://github.com/NixOS/nix
synced 2025-07-08 15:13:55 +02:00
Define storeBRoot variable distinct from storeB URI.
This commit is contained in:
parent
878c84d5ee
commit
2c66a093e0
5 changed files with 13 additions and 14 deletions
|
@ -25,7 +25,7 @@ stat $(toRealPath "$storeA/nix/store" "$path")
|
|||
expect 1 stat $(toRealPath "$storeBTop" "$path")
|
||||
|
||||
# Checking for path in overlay store matching lower layer
|
||||
diff $(toRealPath "$storeA/nix/store" "$path") $(toRealPath "$storeVolume/merged-store/nix/store" "$path")
|
||||
diff $(toRealPath "$storeA/nix/store" "$path") $(toRealPath "$storeBRoot/nix/store" "$path")
|
||||
|
||||
# Checking requisites query agreement
|
||||
[[ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue