From e9126cb74bd93b0796acd385f15b5feda2b367a3 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman <145775305+xokdvium@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:16:20 +0300 Subject: [PATCH] just: add comments for completion and doc generation Co-authored-by: j-k --- pkgs/by-name/ju/just/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/ju/just/package.nix b/pkgs/by-name/ju/just/package.nix index 2667c47d4580..287ebd2909a4 100644 --- a/pkgs/by-name/ju/just/package.nix +++ b/pkgs/by-name/ju/just/package.nix @@ -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, }: