document installation methods (only vmroot yet)

This commit is contained in:
Daniel Barlow
2023-11-09 22:12:29 +00:00
parent 7d5c7b9b44
commit 5729cfb4a7
4 changed files with 21 additions and 0 deletions

1
ci.nix
View File

@@ -47,6 +47,7 @@ let
src = ./.;
buildPhase = ''
cat ${json} | fennel --correlate doc/parse-options.fnl > doc/modules-generated.rst
cat ${json} | fennel --correlate doc/parse-options-outputs.fnl system.outputs.vmroot > doc/installers-generated.rst
cp ${(import ./doc/hardware.nix)} doc/hardware.rst
make -C doc html
'';