about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-04-01T16·59+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-04-01T16·59+0000
commita5ece7d016e72a61ca69a401e833314f538518f9 (patch)
treedb4e8dc521a7f794009c39b1338bc931dfee487a /tests
parentc172274e170a87a30420842ee07ed1f7226d7f2e (diff)
* Removed the `~' operator.
Diffstat (limited to 'tests')
-rw-r--r--tests/dependencies.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependencies.nix b/tests/dependencies.nix
index a397e1ce41..00717ae98d 100644
--- a/tests/dependencies.nix
+++ b/tests/dependencies.nix
@@ -9,7 +9,7 @@ let {
 
   input2 = mkDerivation {
     name = "dependencies-input-2";
-    builder = ./. ~ "dependencies.builder2.sh";
+    builder = ./dependencies.builder2.sh;
   };
 
   body = mkDerivation {