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

tangled

+12 -11
-11
.github/workflows/tangled.yaml
··· 1 - on: 2 - workflow_dispatch: 3 - push: 4 - concurrency: 5 - group: tangled 6 - cancel-in-progress: true 7 - jobs: 8 - tangled: 9 - uses: vic/vic/.github/workflows/tangled.yml@main 10 - secrets: 11 - TANGLED_SSH_KEY: ${{secrets.TANGLED_SSH_KEY}}
+12
.tangled/workflows/mirror.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["*"] 4 + engine: "nixery" 5 + clone: 6 + skip: true 7 + dependencies: 8 + nixpkgs: 9 + - gh 10 + steps: 11 + - name: mirror 12 + command: gh -R vic/vic issue comment 3 -b flake-aspects