cascade-functions/match-all-flat.nix

4 lines
86 B
Nix
Raw Permalink Normal View History

2022-10-16 22:46:24 +00:00
with import (toString ./.);
with builtins; pattern: s: flatten (match-all pattern s)