1
0
forked from dan/liminix

include generated module options

This commit is contained in:
2023-09-17 17:46:06 +01:00
parent 71b583a756
commit 0a2588013a
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ let
src = ./doc;
buildPhase = ''
cat ${(import ./doc/extract-options.nix).doc} > options.json
cat options.json | fennel --correlate parse-options.fnl > modules.rst
cat options.json | fennel --correlate parse-options.fnl > modules-generated.rst
make html
'';
installPhase = ''