mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Purify `make check'.
This commit is contained in:
parent
7adaa6d446
commit
9c3099d328
26 changed files with 28 additions and 29 deletions
|
@ -5,6 +5,7 @@ let {
|
|||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./dependencies.builder1.sh];
|
||||
PATH = "@testPath@";
|
||||
};
|
||||
|
||||
input2 = derivation {
|
||||
|
@ -12,6 +13,7 @@ let {
|
|||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./dependencies.builder2.sh];
|
||||
PATH = "@testPath@";
|
||||
};
|
||||
|
||||
body = derivation {
|
||||
|
@ -19,6 +21,7 @@ let {
|
|||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./gc-concurrent.builder.sh];
|
||||
PATH = "@testPath@";
|
||||
inherit input1 input2;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue