Auto-import all flakeModules from inputs in mkFlake
Summary
-
mkFlakenow collects allflakeModulesfrom every input (exceptself) and auto-imports them - Eliminates manual
imports = [ inputs.foo.flakeModules.bar ]boilerplate for consumers - Safe under RFC042 convention: every flakeModule is gated by
config.enable(default false) - The explicit
local.self.flakeModules.nixicaimport is replaced by the generic collector
Closes #6 (closed)