cascade-functions/match-all-flat.nix
2022-10-16 17:51:27 -05:00

4 lines
86 B
Nix

with import (toString ./.);
with builtins; pattern: s: flatten (match-all pattern s)