ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
1# wire docs 2 3`reference/{cli,module}.nix` are filled in during a nix build w/ nixos module docs generation and clap. Read `package.nix`'s patchPhase for the details. 4 5## Develop 6 7```sh 8pnpm install 9pnpm run dev 10``` 11 12## Build 13 14```sh 15nix build .#docs-unstable 16 17# or 18 19pnpm install 20pnpm run build 21``` 22 23The build will be found in `result/` or `.vitepress/dist` respectively.