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

Update README with badges and images

Added badges and updated image references in README.

authored by oeiuwq.com and committed by

GitHub 577f56c2 6dbf0ae9

+6 -2
+6 -2
README.md
··· 1 1 <!-- Badges --> 2 - 3 2 <p align="right"> 4 3 <a href="https://nixos.org/"> <img src="https://img.shields.io/badge/Nix-Flake-informational?logo=nixos&logoColor=white" alt="Nix Flake"/> </a> 5 4 <a href="https://github.com/vic/flake-aspects/actions"> 6 5 <img src="https://github.com/vic/flake-aspects/actions/workflows/test.yml/badge.svg" alt="CI Status"/> </a> 7 6 <a href="LICENSE"> <img src="https://img.shields.io/github/license/vic/flake-aspects" alt="License"/> </a> 8 7 </p> 8 + 9 9 10 10 # `<aspect>.<class>` Transposition for Dendritic Nix 11 11 ··· 41 41 42 42 </td> 43 43 <td> 44 - <img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/dd28ce8d-f727-4e31-a192-d3002ee8984e" /> 44 + <img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/dd28ce8d-f727-4e31-a192-d3002ee8984e" /> 45 45 </td> 46 46 <td> 47 47 <code>flake.modules</code> ··· 233 233 ``` 234 234 235 235 See `aspects."test provides"` [checkmate tests](checkmate.nix) for more examples on chained providers. 236 + 237 + 238 + ![aspects](https://github.com/user-attachments/assets/c7eb4e40-8a71-43be-ba44-fb22467f6bd2) 239 + 236 240 237 241 ## Testing 238 242