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

Clarify wording in README about flake modules

authored by oeiuwq.com and committed by

GitHub 57e72bec 57b57368

+1 -1
+1 -1
README.md
··· 94 94 95 95 ### As a Dendritic Flake-Parts Module (`flake.aspects` option) 96 96 97 - When used as a `flake-parts` module, the `flake.aspects` option is automatically transposed into `flake.modules`, making the modules available to other parts of your flake. 97 + When used as a `flake-parts` module, the `flake.aspects` option is automatically transposed into `flake.modules`, making the modules available to consumers of your flake. 98 98 99 99 ```nix 100 100 # The code in this example can (and should) be split into different Dendritic modules.