aboutsummaryrefslogtreecommitdiff
path: root/tests/check-refs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check-refs.nix')
-rw-r--r--tests/check-refs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-refs.nix b/tests/check-refs.nix
index 99d69a226..89690e456 100644
--- a/tests/check-refs.nix
+++ b/tests/check-refs.nix
@@ -2,7 +2,7 @@ with import ./config.nix;
rec {
- dep = import ./dependencies.nix;
+ dep = import ./dependencies.nix {};
makeTest = nr: args: mkDerivation ({
name = "check-refs-" + toString nr;