mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Force Nixpkgs rebuild
Gratuitous change to force Hydra to rebuild Nixpkgs after some
derivations had their references corrupted by a Hydra bug
(ff3f5eb4d8
).
This commit is contained in:
parent
ebda45e6b9
commit
32caa604e3
@ -126,7 +126,7 @@ exitHandler() {
|
|||||||
|
|
||||||
# If the builder had a non-zero exit code and
|
# If the builder had a non-zero exit code and
|
||||||
# $succeedOnFailure is set, create the file
|
# $succeedOnFailure is set, create the file
|
||||||
# `$out/nix-support/failed' to signal failure, and exit
|
# ‘$out/nix-support/failed’ to signal failure, and exit
|
||||||
# normally. Otherwise, return the original exit code.
|
# normally. Otherwise, return the original exit code.
|
||||||
if [ -n "$succeedOnFailure" ]; then
|
if [ -n "$succeedOnFailure" ]; then
|
||||||
echo "build failed with exit code $exitCode (ignored)"
|
echo "build failed with exit code $exitCode (ignored)"
|
||||||
|
Loading…
Reference in New Issue
Block a user