diff options
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-path.nix')
-rw-r--r-- | third_party/nix/tests/lang/eval-okay-path.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-path.nix b/third_party/nix/tests/lang/eval-okay-path.nix new file mode 100644 index 000000000000..e67168cf3edf --- /dev/null +++ b/third_party/nix/tests/lang/eval-okay-path.nix @@ -0,0 +1,7 @@ +builtins.path + { path = ./.; + filter = path: _: baseNameOf path == "data"; + recursive = true; + sha256 = "1yhm3gwvg5a41yylymgblsclk95fs6jy72w0wv925mmidlhcq4sw"; + name = "output"; + } |