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.

document past release docs

+7 -1
+7 -1
docs/src/content/docs/releases.mdx
··· 34 34 35 35 ```nix 36 36 # flake.nix 37 - # Main Den - updates on each PR merge 38 37 { 38 + # Main Den - updates on each PR merge 39 39 inputs.den.url = "github:vic/den"; 40 40 } 41 41 ``` 42 + 43 + Docs: https://den.oeiuwq.com/ 42 44 43 45 <Aside type="caution" icon="rss" title="Heads-up Announcements"> 44 46 However, some PR might introduce changes that require you being aware of what is happening in Den. For people tracking `main` development, we have [announcements ··· 50 52 51 53 Den has a `latest` tag that always follows the latest created release tag. 52 54 55 + Docs: https://den.oeiuwq.com/latest 56 + 53 57 > Diff of changes since latest release: [latest...main](https://github.com/vic/den/compare/latest...main) 54 58 55 59 This is intended for people that wishes to move only between release points. ··· 66 70 ``` 67 71 68 72 ## Released Den 73 + 74 + Docs: `https://den.oeiuwq.com/<version>` 69 75 70 76 **Read [Den Releases](https://github.com/vic/den/releases)** 71 77