]> Git — Sourcephile - sourcephile-nix.git/blob - nixpkgs/overlays/hydra.nix
apparmor: fix hydra-eval-jobs
[sourcephile-nix.git] / nixpkgs / overlays / hydra.nix
1 self: super: {
2 hydra-unstable = super.hydra-unstable.overrideAttrs (oldAttrs: rec {
3 patches = (oldAttrs.patches or []) ++ map super.fetchpatch [
4 { meta.description = "Fix unhelpful error messages in aggregate jobs.";
5 url = "https://github.com/NixOS/hydra/pull/825.diff";
6 sha256 = "131lxgiyksfgx8m97ydsai7z2i9fpnqndmldhkyks0vizh0lw60f";
7 }
8 ];
9 });
10 }