writeShellApplication: fix setting pipefail

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

View file

@ -280,7 +280,7 @@ rec {
#!${runtimeShell}
set -o errexit
set -o nounset
set- o pipefail
set -o pipefail
export PATH="${lib.makeBinPath runtimeInputs}:$PATH"