aboutsummaryrefslogtreecommitdiff
path: root/tests/remote-store.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remote-store.sh')
-rw-r--r--tests/remote-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-store.sh b/tests/remote-store.sh
index ea32a20d3..50e6f24b9 100644
--- a/tests/remote-store.sh
+++ b/tests/remote-store.sh
@@ -24,7 +24,7 @@ fi
import (
mkDerivation {
name = "foo";
- bla = import ./dependencies.nix;
+ bla = import ./dependencies.nix {};
buildCommand = "
echo \\\"hi\\\" > $out
";