Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Signed-off-by: Victor Borja <vborja@apache.org>

authored by

Victor Borja and committed by
GitHub
3a4142f7 20cfce3a

+7 -5
+7 -5
README.md
··· 49 49 # Other Nix configuration domains outside NixOS/nix-Darwin 50 50 # can use the same pattern. demo: templates/nvf-standalone 51 51 52 - # A transformation pipeline takes initial context: {host} 52 + # A context transformation pipeline takes initially {host} 53 53 # and traverses its topology (host->users->homes) aggregating deps 54 54 aspect = den.ctx.host { host = den.hosts.x86_64-linux.my-laptop; }; 55 55 ··· 66 66 </tr> 67 67 </table> 68 68 69 - Den library is built on [flake-aspects](https://github.com/vic/flake-aspects) and is domain agnostic, it can be 69 + Den library is built on [flake-aspects](https://github.com/vic/flake-aspects) and is domain agnostic. It can be 70 70 used to configure anything Nix-configurable. 71 71 72 72 On top of `den.lib`, Den also provides a [framework](https://den.oeiuwq.com/explanation/context-pipeline/) for the NixOS/nix-Darwin/Home-Manager Nix domains. ··· 134 134 135 135 > Want yours featured? send me a DM via matrix or zulip (links at GH Discussions) 136 136 137 - [`vic/vix`](https://github.com/vic/vix): Fleet sharing user, author spends more time in Den itself. (-flakes +npins +auto-update +ci) 137 + [`@vic`](https://github.com/vic/vix): Fleet sharing user, author spends more time in Den itself. (-flakes +npins +auto-update +ci) 138 138 139 - [`quasigod.xyz`](https://tangled.org/quasigod.xyz/nixconfig): Beautiful organization, uses custom Den namespaces and Den angle brackets (+flake-parts) 139 + [`@quasigod`](https://tangled.org/quasigod.xyz/nixconfig): Beautiful organization, uses custom Den namespaces and Den angle brackets (+flake-parts) 140 140 141 - [`adda/nixos-config`](https://codeberg.org/Adda/nixos-config): Multiple hosts (+flake-parts +flake-file +home-manager +files) 141 + [`@Gwenodai`](https://github.com/Gwenodai/nixos): Cleaver organization with path naming conventions, factories for guarded classes 142 + 143 + [`@adda`](https://codeberg.org/Adda/nixos-config): Multiple hosts (+flake-parts +flake-file +home-manager +files) 142 144 143 145 Growing community adoption: [Usage Search](https://github.com/search?q=den.aspects+language%3ANix&type=code) 144 146