about summary refs log tree commit diff
path: root/third_party/nix/tests/simple.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/simple.nix')
-rw-r--r--third_party/nix/tests/simple.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/nix/tests/simple.nix b/third_party/nix/tests/simple.nix
deleted file mode 100644
index 4223c0f23a..0000000000
--- a/third_party/nix/tests/simple.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-with import ./config.nix;
-
-mkDerivation {
-  name = "simple";
-  builder = ./simple.builder.sh;
-  PATH = "";
-  goodPath = path;
-}