diff --git a/tests/functional/local-overlay-store/common.sh b/tests/functional/local-overlay-store/common.sh index 0de688eb4..e1da00b42 100644 --- a/tests/functional/local-overlay-store/common.sh +++ b/tests/functional/local-overlay-store/common.sh @@ -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 () {