Files
nixpkgs/lib/fileset/internal.nix
Eman Resu ef34f35e45 lib.fileset: start by recursing into the initial element
This is guaranteed to be safe. The tree can be a simple string if the
fileset is the same as the root, but the `or` takes care of that. In the
`or` case, the tree is guaranteed to fail the isAttrs check, and so even
though the index is invalid, it won't matter.
2026-08-12 19:37:08 -04:00

43 KiB