diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-24T13·40+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-24T13·40+0000 |
commit | ec326276217ad5b7761327da567f79bb5cc17f32 (patch) | |
tree | cc0d9216ae50d5b6d44f33db391628af8809097c /tests/substitutes2.nix.in | |
parent | 8052aef4866e236ef0bb5d5675bbae330abb9b9b (diff) |
* Multiple and/or failing substitutes now work.
Diffstat (limited to 'tests/substitutes2.nix.in')
-rw-r--r-- | tests/substitutes2.nix.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/substitutes2.nix.in b/tests/substitutes2.nix.in new file mode 100644 index 000000000000..8ade1ba11674 --- /dev/null +++ b/tests/substitutes2.nix.in @@ -0,0 +1,6 @@ +derivation { + name = "substitutes-2"; + system = "@system@"; + builder = "@shell@"; + args = ["-e" "-x" ./simple.builder.sh]; +} \ No newline at end of file |