diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-24T12·56+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-24T12·56+0000 |
commit | 8052aef4866e236ef0bb5d5675bbae330abb9b9b (patch) | |
tree | 149cae936f60724b4ccdb8714bff97950dc3ddf7 /tests/substituter2.nix.in | |
parent | 66c7f347591c0c4e26e018672c487a3090e36e5e (diff) |
* A test for multiple and/or failing substitutes.
Diffstat (limited to 'tests/substituter2.nix.in')
-rw-r--r-- | tests/substituter2.nix.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/substituter2.nix.in b/tests/substituter2.nix.in new file mode 100644 index 000000000000..34065b00a6c5 --- /dev/null +++ b/tests/substituter2.nix.in @@ -0,0 +1,6 @@ +derivation { + name = "substituter-2"; + system = "@system@"; + builder = "@shell@"; + args = ["-e" "-x" ./substituter2.builder.sh]; +} \ No newline at end of file |