Merge pull request #131831 from edolstra/inherit_errexit

nixos-rebuild: Set inherit_errexit
This commit is contained in:
Eelco Dolstra
2021-07-28 18:29:32 +02:00
committed by GitHub
@@ -4,6 +4,7 @@ if [ -x "@runtimeShell@" ]; then export SHELL="@runtimeShell@"; fi;
set -e
set -o pipefail
shopt -s inherit_errexit
export PATH=@path@:$PATH