cascade-functions/isMinutessTimeUnit.nix

2 lines
73 B
Nix
Raw Permalink Normal View History

2022-10-16 22:46:24 +00:00
n: if n == null then false else builtins.match "[0-9] *m(in)?" n != null