Force Nixpkgs rebuild
Gratuitous change to force Hydra to rebuild Nixpkgs after some derivations had their references corrupted by a Hydra bug (https://github.com/NixOS/hydra/commit/ff3f5eb4d8751243a1f7e738a5124c650e541aca).
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user