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

expose lib.types in flake.

+2 -1
+1
flake.nix
··· 2 2 outputs = _: { 3 3 __functor = _: import ./nix; 4 4 flakeModule = ./nix/flakeModule.nix; 5 + lib.types = import ./nix/types.nix; 5 6 }; 6 7 }
+1 -1
nix/types.nix
··· 61 61 62 62 in 63 63 { 64 - inherit aspectsType; 64 + inherit aspectsType aspectSubmoduleType providerType; 65 65 }