Closed Mikilio closed 4 months ago
I have made the readModules
function intentionally not descend recursively, and by convention module and configuration outputs are flat. I'm pretty sure nix flake check
would also report them as invalid outputs. See https://github.com/ehllie/ez-configs/pull/4#issuecomment-1950483017
Modification to
readModules
that searches recursively and stops at a directory with adefault.nix
file.I've made this pull request because I wanted to further organize my modules into folders and just have them appear as regular modules.
So far I haven't tested, but I will soon.
Will this also work for Configurations?