From ba61dfd69504ec6263a9dee9931d93adeb6f3142 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 7 Jul 2025 21:52:08 +0200 Subject: Initialize repository --- test/testdata/eval-okay-path.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/testdata/eval-okay-path.nix (limited to 'test/testdata/eval-okay-path.nix') diff --git a/test/testdata/eval-okay-path.nix b/test/testdata/eval-okay-path.nix new file mode 100644 index 0000000..599b335 --- /dev/null +++ b/test/testdata/eval-okay-path.nix @@ -0,0 +1,15 @@ +[ + (builtins.path + { path = ./.; + filter = path: _: baseNameOf path == "data"; + recursive = true; + sha256 = "1yhm3gwvg5a41yylymgblsclk95fs6jy72w0wv925mmidlhcq4sw"; + name = "output"; + }) + (builtins.path + { path = ./data; + recursive = false; + sha256 = "0k4lwj58f2w5yh92ilrwy9917pycipbrdrr13vbb3yd02j09vfxm"; + name = "output"; + }) +] -- cgit v1.2.3