about summary refs log tree commit diff
path: root/tests/build-hook.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build-hook.nix')
-rw-r--r--tests/build-hook.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build-hook.nix b/tests/build-hook.nix
index e4954537f393..666cc6ef8041 100644
--- a/tests/build-hook.nix
+++ b/tests/build-hook.nix
@@ -17,5 +17,6 @@ in
   mkDerivation {
     name = "build-hook";
     builder = ./dependencies.builder0.sh;
-    inherit input1 input2;
+    input1 = " " + input1 + "/.";
+    input2 = " ${input2}/.";
   }