forked from lix-project/lix
* Broken test.
This commit is contained in:
parent
aa5a5084e4
commit
1f48aa0be7
|
@ -1,21 +1,21 @@
|
||||||
let {
|
let {
|
||||||
|
|
||||||
input1 = derivation {
|
input1 = derivation {
|
||||||
name = "dependencies-input-1";
|
name = "build-hook-input-1";
|
||||||
system = "@system@";
|
system = "@system@";
|
||||||
builder = "@shell@";
|
builder = "@shell@";
|
||||||
args = ["-e" "-x" ./dependencies.builder1.sh];
|
args = ["-e" "-x" ./dependencies.builder1.sh];
|
||||||
};
|
};
|
||||||
|
|
||||||
input2 = derivation {
|
input2 = derivation {
|
||||||
name = "dependencies-input-2";
|
name = "build-hook-input-2";
|
||||||
system = "@system@";
|
system = "@system@";
|
||||||
builder = "@shell@";
|
builder = "@shell@";
|
||||||
args = ["-e" "-x" ./dependencies.builder2.sh];
|
args = ["-e" "-x" ./dependencies.builder2.sh];
|
||||||
};
|
};
|
||||||
|
|
||||||
body = derivation {
|
body = derivation {
|
||||||
name = "dependencies";
|
name = "build-hook";
|
||||||
system = "@system@";
|
system = "@system@";
|
||||||
builder = "@shell@";
|
builder = "@shell@";
|
||||||
args = ["-e" "-x" ./dependencies.builder0.sh];
|
args = ["-e" "-x" ./dependencies.builder0.sh];
|
||||||
|
|
Loading…
Reference in a new issue