a flake module to ease creating and managing multiple hosts in your nix flake.

fix: apply classToND to auto construct with depth

oops

+2 -1
+2 -1
lib.nix
··· 269 269 inherit (splitSystem system) arch class; 270 270 in 271 271 { 272 - inherit arch class; 272 + inherit arch; 273 + class = classToND class; 273 274 system = constructSystem cfg arch class; 274 275 path = "${cfg.path}/${system}/${name}"; 275 276 }