From 014b23232f4cf6815b14292f50edd0d4fce7cc02 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Wed, 13 Oct 2021 12:48:28 -0700 Subject: [PATCH] writeShellApplication: fix typo in inline docs --- pkgs/build-support/trivial-builders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.