From 84c4631221bc65643830173b4affe58b0dc58202 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Mar 2006 12:51:18 +0000 Subject: * Simplification. --- tests/parallel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/parallel.sh') diff --git a/tests/parallel.sh b/tests/parallel.sh index 2382db7834ba..84326978e74e 100644 --- a/tests/parallel.sh +++ b/tests/parallel.sh @@ -1,10 +1,10 @@ source common.sh -drvPath=$($TOP/src/nix-instantiate/nix-instantiate parallel.nix) +drvPath=$($nixinstantiate parallel.nix) echo "derivation is $drvPath" -outPath=$($TOP/src/nix-store/nix-store -qfvv -j10000 "$drvPath") +outPath=$($nixstore -qfvv -j10000 "$drvPath") echo "output path is $outPath" -- cgit 1.4.1