about summary refs log tree commit diff
path: root/tests/export.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/export.sh')
-rw-r--r--tests/export.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/export.sh b/tests/export.sh
index 53c9ec3c68df..c7d0a8176720 100644
--- a/tests/export.sh
+++ b/tests/export.sh
@@ -2,7 +2,7 @@ source common.sh
 
 clearStore
 
-outPath=$($nixstore -r $($nixinstantiate dependencies.nix))
+outPath=$($nixbuild dependencies.nix)
 
 $nixstore --export $outPath > $TEST_ROOT/exp