nixbld: fix hydra-send-stats

pull/20/head
Sebastien Bourdeauducq 2021-04-24 18:19:33 +08:00
parent be8881892f
commit a680baed40
1 changed files with 6 additions and 0 deletions

View File

@ -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 ];
});