Unverified Commit e9126cb7 authored by Sergei Zimmerman's avatar Sergei Zimmerman Committed by GitHub
Browse files

just: add comments for completion and doc generation



Co-authored-by: default avatarj-k <dev@j-k.io>
parent 596dfcba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,
}: