about summary refs log tree commit diff
path: root/tests/simple.nix.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple.nix.in')
-rw-r--r--tests/simple.nix.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/simple.nix.in b/tests/simple.nix.in
deleted file mode 100644
index b49a8ca58e98..000000000000
--- a/tests/simple.nix.in
+++ /dev/null
@@ -1,7 +0,0 @@
-derivation {
-  name = "simple";
-  system = "@system@";
-  builder = "@shell@";
-  args = ["-e" "-x" ./simple.builder.sh];
-  goodPath = "@testPath@";
-}