forked from M-Labs/it-infra
nixbld: fix hydra-send-stats
This commit is contained in:
parent
be8881892f
commit
a680baed40
|
@ -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 ];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue