forked from lix-project/lix
The nixinstantiate and nixstore env vars are no longer set in common.sh
This commit is contained in:
parent
2721e9f56f
commit
f883afa1a1
|
@ -2,11 +2,11 @@ source common.sh
|
|||
|
||||
echo "Testing multiple outputs..."
|
||||
|
||||
drvPath=$($nixinstantiate multiple-outputs.nix)
|
||||
drvPath=$(nix-instantiate multiple-outputs.nix)
|
||||
|
||||
echo "derivation is $drvPath"
|
||||
|
||||
outPath=$($nixstore -rvv "$drvPath")
|
||||
outPath=$(nix-store -rvv "$drvPath")
|
||||
|
||||
echo "output path is $outPath"
|
||||
|
||||
|
|
Loading…
Reference in a new issue