1
0
Fork 0
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:
Ben Radford 2023-07-20 11:03:14 +01:00
parent 878c84d5ee
commit 2c66a093e0
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5
5 changed files with 13 additions and 14 deletions

View file

@ -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
[[ \