just: add comments for completion and doc generation
Co-authored-by: j-k <dev@j-k.io>
This commit is contained in:
@@ -9,8 +9,11 @@
|
||||
libiconv,
|
||||
mdbook,
|
||||
nix-update-script,
|
||||
# run the compiled `just` to build the completions
|
||||
installShellCompletions ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,
|
||||
# run the compiled `just` to build the man pages
|
||||
installManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,
|
||||
# run the compiled `generate-book` utility to prepare the files for mdbook
|
||||
withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user