fake.modules transposition for aspect-oriented Dendritic Nix. with cross-aspect dependencies. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic nix aspect oriented

use same type as flake.modules attrset

+1 -1
+1 -1
flakeModule.nix
··· 7 7 Convenience transposition of `flake.modules.<class>.<aspect>`. 8 8 ''; 9 9 default = { }; 10 - type = lib.types.lazyAttrsOf lib.types.attrs; 10 + type = lib.types.lazyAttrsOf (lib.types.lazyAttrsOf lib.types.deferredModule); 11 11 }; 12 12 config.flake.modules = import ./. lib config.flake.aspects; 13 13 }