about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-okay-path.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/tests/nix_tests/eval-okay-path.nix')
-rw-r--r--tvix/eval/src/tests/nix_tests/eval-okay-path.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/tvix/eval/src/tests/nix_tests/eval-okay-path.nix b/tvix/eval/src/tests/nix_tests/eval-okay-path.nix
deleted file mode 100644
index e67168cf3edf..000000000000
--- a/tvix/eval/src/tests/nix_tests/eval-okay-path.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-builtins.path
-  { path = ./.;
-    filter = path: _: baseNameOf path == "data";
-    recursive = true;
-    sha256 = "1yhm3gwvg5a41yylymgblsclk95fs6jy72w0wv925mmidlhcq4sw";
-    name = "output";
-  }