just: add comments for completion and doc generation

Co-authored-by: j-k <dev@j-k.io>
This commit is contained in:
Sergei Zimmerman
2025-01-06 22:16:20 +03:00
committed by GitHub
co-authored by j-k
parent 596dfcba32
commit e9126cb74b
+3
View File
@@ -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,
}: