writeShellApplication: fix typo in inline docs

This commit is contained in:
Bernardo Meurer 2021-10-13 12:48:28 -07:00
parent 97de845b60
commit 014b23232f
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -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.