Fix the tests

This commit is contained in:
Eelco Dolstra
2013-03-29 01:34:59 +01:00
parent 61405ec58a
commit d11b08aa51
+1 -1
View File
@@ -8,7 +8,7 @@ let
};
build2 =
{build1 ? jobs.build1 }:
{ build1 }:
mkDerivation {
name = "build2";
builder = ./empty-dir-builder.sh;