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 waring aside to bidirectional

+5 -3
+5 -3
docs/src/content/docs/guides/bidirectional.mdx
··· 124 124 125 125 ``` 126 126 127 - Crucial points here are when `den.aspects.igloo.includes` are called with `{ host }` and later with `{ host, user }` per-user. 127 + <Aside title="Potential duplicates by igloo.includes Functions" type="caution"> 128 + Notice that `den.aspects.igloo.includes` functions are called **with** `{ host }` and **later with** `{ host, user }` **per-user**. 128 129 129 - Because the list of aspects at `igloo.includes` get invoked more than once, with different contexts, 130 - functions at `igloo.includes` must take care of the following: 130 + Because the list of functions at `igloo.includes` get invoked more than once, with different contexts, 131 + they must take care of the following: 131 132 132 133 ```nix 133 134 # use den.lib.take.exactly to avoid being called with `{host, user}` ··· 138 139 ``` 139 140 140 141 Read the documentation at [`context/user.nix`](https://github.com/vic/den/blob/main/modules/context/user.nix) for all the details. 142 + </Aside> 141 143 142 144 ## `den.provides.mutual-provider` 143 145