diff options
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 |