writeShellApplication: fix setting pipefail

This commit is contained in:
Bernardo Meurer
2021-11-08 09:33:35 -08:00
parent d13430a8da
commit 97de845b60
+1 -1
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"