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.

Add example of aspect introspection

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

authored by

Victor Borja and committed by
GitHub
6dc322d1 80983498

+1 -1
+1 -1
docs/src/content/docs/guides/configure-aspects.mdx
··· 191 191 Aspects have a `meta` submodule that can be used to attach meta-data 192 192 at the aspect-level. 193 193 194 - This is useful for introspection, for example, using some key to filter out aspects 194 + This is useful for [introspection, for example](https://github.com/vic/den/commit/809834982bb92e77228c91b9c24be8b17c06dfd3), using some key to filter out aspects 195 195 or communicate information about aspects to other tooling like graph generators. 196 196 197 197 Since `.meta` is a freeformType you can add any custom attribute or import a module on it.