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

Use checkmate

+1 -1
checks/flakeModule.nix checks/checkmate.nix
+1 -1
default.nix
··· 68 68 __functor = self: f: { 69 69 config = (f self); 70 70 __functor = functor; 71 - flakeModules.nix-unit = ./checks/flakeModule.nix; 71 + flakeModules.checkmate = ./checks/checkmate.nix; 72 72 73 73 withLib = lib: self (c: (f c) // { inherit lib; }); 74 74