include generated module options
This commit is contained in:
2
ci.nix
2
ci.nix
@@ -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 = ''
|
||||
|
Reference in New Issue
Block a user