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: fix broken link to nvf-standalone tutorial, typos (#332)

This fixes a broken link in the tutorials overview. Also a couple of
typos in the linked tutorial.

---------

Signed-off-by: Kris Wilk <kris@reefnet.ca>

authored by

Kris Wilk and committed by
GitHub
eb92bbfd 4db9eea2

+3 -3
+2 -2
docs/src/content/docs/tutorials/nvf-standalone.md
··· 5 5 6 6 The `nvf-standalone` template demonstrates how to use Den for 7 7 other configurations outside NixOS/nix-Darwin/HM. For demo 8 - purposes this uses [NVF Standalone](https://nvf.notashelf.dev/#ch-standalone-installation) to confirue a runnable `.#my-neovim` app. 8 + purposes this uses [NVF Standalone](https://nvf.notashelf.dev/#ch-standalone-installation) to configure a runnable `.#my-neovim` app. 9 9 10 10 ## Initialize 11 11 ··· 21 21 ``` 22 22 flake.nix # dependencies including NVF 23 23 modules/ 24 - den.nix # uses Den to expose an standalone neovim app. 24 + den.nix # uses Den to expose a standalone neovim app. 25 25 ``` 26 26 27 27 Key points:
+1 -1
docs/src/content/docs/tutorials/overview.md
··· 17 17 | [**default**](/tutorials/default/) | Recommended starting point | ✓ | ✓ | ✓ | 18 18 | [**example**](/tutorials/example/) | Feature showcase with namespaces | ✓ | ✓ | ✓ | 19 19 | [**noflake**](/tutorials/noflake/) | Stable Nix, no flakes | ✗ | ✗ | ✗ | 20 - | [**nvf-standalone**](/tutorials/nv-standalone/) | Den based NVF without NixOS | ✓ | ✗ | ✗ | 20 + | [**nvf-standalone**](/tutorials/nvf-standalone/) | Den based NVF without NixOS | ✓ | ✗ | ✗ | 21 21 | [**microvm**](/tutorials/microvm/) | MicroVM host and guests | ✓ | ✗ | ✗ | 22 22 | [**bogus**](/tutorials/bogus/) | Bug reproduction | ✓ | ✓ | ✓ | 23 23 | [**ci**](/tutorials/ci/) | Den's own test suite | ✓ | ✓ | ✓ |