Update tests/functional/local-overlay-store/common.sh

Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
John Ericson 2023-12-11 13:45:46 -05:00 committed by GitHub
parent b3bdd70ea2
commit c90e46d3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ initLowerStore () {
# Build something in lower store
drvPath=$(nix-instantiate --store $storeA ../hermetic.nix --arg busybox "$busybox" --arg seed 1)
path=$(nix-store --store "$storeA" --realise $drvPath)
pathInLowerStore=$(nix-store --store "$storeA" --realise $drvPath)
}
execUnshare () {