mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
stdenv: fix succeedOnFailure
This commit is contained in:
parent
edaccfb61a
commit
9f4143e964
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user