mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
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:
parent
b3bdd70ea2
commit
c90e46d3f0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ initLowerStore () {
|
||||||
|
|
||||||
# Build something in lower store
|
# Build something in lower store
|
||||||
drvPath=$(nix-instantiate --store $storeA ../hermetic.nix --arg busybox "$busybox" --arg seed 1)
|
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 () {
|
execUnshare () {
|
||||||
|
|
Loading…
Reference in a new issue