about summary refs log tree commit diff
path: root/tests/simple.nix.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-03-17T17·11+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-03-17T17·11+0000
commit51e7e32c3bf7c2fb5045b0655c2edc1fbf347455 (patch)
tree21337c26d0106fa92b5f82854f623640b24dc34e /tests/simple.nix.in
parent2d5114452d8a8f73c858f9beb6bfaafe35e7bf9a (diff)
* Refactoring: renamed *.nix.in to *.nix.
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@";
-}