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

refactor flakeModule

+4 -10
+4 -10
nix/flakeModule.nix
··· 3 3 config, 4 4 ... 5 5 }: 6 - let 7 - newAspects = import ./new.nix lib; 8 - mod = newAspects (option: transposed: { 9 - options.flake.aspects = option; 10 - config.flake.modules = transposed; 11 - }) config.flake.aspects; 12 - in 13 - { 14 - imports = [ mod ]; 15 - } 6 + import ./new.nix lib (option: transposed: { 7 + options.flake.aspects = option; 8 + config.flake.modules = transposed; 9 + }) config.flake.aspects