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