A flake checker (treefmt & nix-unit) for testing other flakes with zero dependencies.

add lib

+1 -1
+1 -1
default.nix
··· 2 2 let 3 3 functor = 4 4 _: newInputs: newModule: 5 - inputs.flake-parts.mkFlake 5 + inputs.flake-parts.lib.mkFlake 6 6 { 7 7 inputs = 8 8 inputs