commit 3de1a1d29735b42f66f2737ce47a965b74ade2ad parent 1ecf7ec5de0ff2a43f4e6d3705b77ec42de4953d Author: triesap <tyson@radroots.org> Date: Thu, 16 Apr 2026 23:02:08 +0000 refresh source-derived cli docs Diffstat:
| M | docs/nix.md | | | 11 | +++++++++-- |
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/docs/nix.md b/docs/nix.md @@ -8,12 +8,19 @@ This repository uses Nix as the canonical local development and validation envir nix develop ``` -## Command Map +## Validation And Formatting ```bash nix run .#fmt nix run .#check nix run .#test +nix run .#release-acceptance ``` -Use `nix develop` before running narrower ad hoc cargo commands from this repo root. +Use `nix run .#check` and `nix run .#test` as the first-line validation pair +from this repo root. + +Use `nix run .#release-acceptance` when preparing a production candidate. + +Use `nix develop` before running narrower ad hoc cargo commands from this repo +root.