4 lines
86 B
Nix
4 lines
86 B
Nix
with import (toString ./.);
|
|
|
|
with builtins; pattern: s: flatten (match-all pattern s)
|