about summary refs log tree commit diff
path: root/pkgs/build-support/trivial-builders.nix
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-10-13 12:48:28 -0700
committerBernardo Meurer <bernardo@meurer.org>2021-11-08 09:33:36 -0800
commit014b23232f4cf6815b14292f50edd0d4fce7cc02 (patch)
tree8628ababeb1cedb1998eb2c9131a86d845950137 /pkgs/build-support/trivial-builders.nix
parent97de845b60fbc5e6c074999c7158b2200810191f (diff)
writeShellApplication: fix typo in inline docs
Diffstat (limited to 'pkgs/build-support/trivial-builders.nix')
-rw-r--r--pkgs/build-support/trivial-builders.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/trivial-builders.nix b/pkgs/build-support/trivial-builders.nix
index 692ac6801deee..5f2d845e1b81e 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/<store path>/bin/<name> 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/<store path>/bin/my-file and makes executable.