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.

docs: import astro component into mdx (#392)

authored by

Michael Utz and committed by
GitHub
6c2f6f5e f056aeef

+24
+3
docs/src/content/docs/tutorials/bogus.md
··· 3 3 description: Create minimal reproductions for Den bug reports using nix-unit. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/bogus`](https://github.com/vic/den/tree/main/templates/bogus) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/ci.md
··· 3 3 description: Den's own test suite — the definitive reference for every feature. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/ci`](https://github.com/vic/den/tree/main/templates/ci) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/default.md
··· 3 3 description: Recommended starting point with flake-parts, Home-Manager, and VM testing. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/default`](https://github.com/vic/den/tree/main/templates/default) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/example.md
··· 3 3 description: Feature showcase with namespaces, angle brackets, cross-platform aspects, and providers. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/example`](https://github.com/vic/den/tree/main/templates/example) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/flake-parts-modules.md
··· 3 3 description: Den Forwarding classes for third-party flake-parts perSystem submodules. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/flake-parts-modules`](https://github.com/vic/den/tree/main/templates/flake-parts-modules) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/microvm.md
··· 3 3 description: Feature showcase MicroVM integration with custom context pipelines and custom classes. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/microvm`](https://github.com/vic/den/tree/main/templates/microvm) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/minimal.md
··· 3 3 description: The smallest possible Den setup — one host, one user, no extra dependencies. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/minimal`](https://github.com/vic/den/tree/main/templates/minimal) 8 11 </Aside>
+3
docs/src/content/docs/tutorials/noflake.md
··· 3 3 description: Using Den with stable Nix — no flakes needed. 4 4 --- 5 5 6 + 7 + import { Aside } from '@astrojs/starlight/components'; 8 + 6 9 <Aside title="Source" icon="github"> 7 10 [`templates/noflake`](https://github.com/vic/den/tree/main/templates/noflake) 8 11 </Aside>