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

document just tasks

+6 -15
+2
Justfile
··· 33 33 just {{task}} bogus 34 34 just {{task}} microvm 35 35 36 + fmt: 37 + nix run github:vic/checkmate#fmt --override-input target .
+4 -15
docs/src/content/docs/contributing.md
··· 5 5 6 6 All contributions welcome. PRs are checked by CI. 7 7 8 - ### Run Tests 8 + ### Run tasks 9 9 10 - Run Den unit tests 10 + Use `just help` to get a list of all tasks. 11 11 12 12 ```console 13 - nix flake check github:vic/checkmate --override-input target . 14 - ``` 15 - 16 - Run Den integration tests from templates/ci. 17 - 18 - ```console 19 - nix flake check -L --override-input den . ./templates/ci 20 - ``` 21 - 22 - ### Format Code 23 - 24 - ```console 25 - nix run github:vic/checkmate#fmt --override-input target . 13 + just fmt 14 + just ci 26 15 ``` 27 16 28 17 ### Bug Reports