writeShellApplication: fix typo in inline docs
This commit is contained in:
parent
97de845b60
commit
014b23232f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue