diff options
Diffstat (limited to 'tests/substitutes.nix.in')
-rw-r--r-- | tests/substitutes.nix.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/substitutes.nix.in b/tests/substitutes.nix.in new file mode 100644 index 000000000000..e3473621608d --- /dev/null +++ b/tests/substitutes.nix.in @@ -0,0 +1,6 @@ +derivation { + name = "substitutes"; + system = "@system@"; + builder = "@shell@"; + args = ["-e" "-x" ./simple.builder.sh]; +} \ No newline at end of file |