forked from lix-project/lix
Fix test
This commit is contained in:
parent
b08f4b0da9
commit
f6a8e7f4c2
|
@ -17,5 +17,6 @@ in
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "build-hook";
|
name = "build-hook";
|
||||||
builder = ./dependencies.builder0.sh;
|
builder = ./dependencies.builder0.sh;
|
||||||
inherit input1 input2;
|
input1 = " " + input1 + "/.";
|
||||||
|
input2 = " ${input2}/.";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue