-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add default for generate_help_pages (#425)
* chore(flake): expose docgen in devShell The makefile target is kinda tautologic but it helps with discovery * ci: update workflow This might be less optimal then the actual command as it installs more stuff but it might be closer to what a user will run. * doc: add default for 'generate_help_pages' tried to harmoinze the display of defaults as well * docs(generated): update doc/rocks.txt skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
- Loading branch information
Showing
5 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ format: | |
|
||
check: | ||
luacheck lua/rocks plugin/ installer.lua | ||
|
||
docgen: | ||
docgen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,6 +127,7 @@ | |
# to be generated | ||
gcc | ||
tree-sitter | ||
docgen | ||
]) | ||
++ oa.buildInputs | ||
++ oa.propagatedBuildInputs; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters