stdenv: fix succeedOnFailure

This commit is contained in:
Sandro Jäckel 2022-11-12 19:25:14 +01:00
parent edaccfb61a
commit 9f4143e964
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -144,7 +144,7 @@ exitHandler() {
echo "build failed with exit code $exitCode (ignored)"
mkdir -p "$out/nix-support"
printf "%s" "$exitCode" > "$out/nix-support/failed"
return 0
exit 0
fi
else