diff --git a/pkgs/build-support/trivial-builders.nix b/pkgs/build-support/trivial-builders.nix index 692ac6801dee..5f2d845e1b81 100644 --- a/pkgs/build-support/trivial-builders.nix +++ b/pkgs/build-support/trivial-builders.nix @@ -254,7 +254,7 @@ rec { * Writes an executable Shell script to /nix/store//bin/ and * checks its syntax with shellcheck and the shell's -n option. * Automatically includes sane set of shellopts (errexit, nounset, pipefail) - * and handles creation of PATH based on buildInputs + * and handles creation of PATH based on runtimeInputs * * Example: * # Writes my-file to /nix/store//bin/my-file and makes executable.