aboutsummaryrefslogtreecommitdiff
path: root/tests/substituter.nix.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/substituter.nix.in')
-rw-r--r--tests/substituter.nix.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/substituter.nix.in b/tests/substituter.nix.in
new file mode 100644
index 000000000..8f9da530c
--- /dev/null
+++ b/tests/substituter.nix.in
@@ -0,0 +1,6 @@
+derivation {
+ name = "substituter";
+ system = "@system@";
+ builder = "@shell@";
+ args = ["-e" "-x" ./substituter.builder.sh];
+} \ No newline at end of file