Import all nix files in a directory tree. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic inputs

fix(test): regexes are not deterministic across OS (#21)

authored by oeiuwq.com and committed by

GitHub 6ebb8cb8 cc9ff7ec

+1 -1
+1 -1
checkmate.nix
··· 67 67 }; 68 68 69 69 match."test `match` composes with `filter`" = { 70 - expr = ((lit.match ".*/[^/]+_[^/]+\.nix").filter (lib.hasSuffix "b.nix")).leafs ./tree; 70 + expr = ((lit.match ".*a_b.nix").filter (lib.hasInfix "/a/")).leafs ./tree; 71 71 expected = [ ./tree/a/a_b.nix ]; 72 72 }; 73 73