* A test for multiple and/or failing substitutes.
This commit is contained in:
parent
66c7f34759
commit
8052aef486
5 changed files with 80 additions and 5 deletions
6
tests/substituter2.nix.in
Normal file
6
tests/substituter2.nix.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
derivation {
|
||||
name = "substituter-2";
|
||||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./substituter2.builder.sh];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue