Skip to content
Snippets Groups Projects
Commit 1f48aa0b authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Broken test.

parent aa5a5084
No related branches found
No related tags found
No related merge requests found
let {
input1 = derivation {
name = "dependencies-input-1";
name = "build-hook-input-1";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./dependencies.builder1.sh];
};
input2 = derivation {
name = "dependencies-input-2";
name = "build-hook-input-2";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./dependencies.builder2.sh];
};
body = derivation {
name = "dependencies";
name = "build-hook";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./dependencies.builder0.sh];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment