diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 63576e81..76e91dc9 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -449,6 +449,12 @@ in ./hydra-conda.patch ./hydra-restrictdist.patch ./hydra-giteastatus.patch + ( + pkgs.fetchurl { + url = "https://patch-diff.githubusercontent.com/raw/NixOS/hydra/pull/895.diff"; + sha256 = "0bwbm6pd26valh4nlh7h44lpsmajs3j3ai4yiyjajilxpmyyy616"; + } + ) ]; hydraPath = oa.hydraPath + ":" + super.lib.makeBinPath [ super.jq ]; });