about summary refs log tree commit diff
path: root/tests/nix-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nix-push.sh')
-rw-r--r--tests/nix-push.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nix-push.sh b/tests/nix-push.sh
index 0cef0c22a248..69f05141af69 100644
--- a/tests/nix-push.sh
+++ b/tests/nix-push.sh
@@ -1,7 +1,7 @@
 source common.sh
 
-drvPath=$($nixinstantiate dependencies.nix)
-outPath=$($nixstore -r $drvPath)
+drvPath=$(nix-instantiate dependencies.nix)
+outPath=$(nix-store -r $drvPath)
 
 echo "pushing $drvPath"