Merge pull request 'change checkPhase to preCheck' (#149) from feature/notifiarr-fixes into main
Reviewed-on: #149
This commit was merged in pull request #149.
This commit is contained in:
@@ -43,9 +43,9 @@ in
|
|||||||
hydra = {
|
hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hydra.packages.x86_64-linux.hydra.overrideAttrs (old: {
|
package = inputs.hydra.packages.x86_64-linux.hydra.overrideAttrs (old: {
|
||||||
checkPhase = ''
|
preCheck = ''
|
||||||
export YATH_JOB_COUNT=8
|
export YATH_JOB_COUNT=8
|
||||||
${old.checkPhase or "yath test"}
|
${old.preCheck or ""}
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
hydraURL = "https://hydra.alicehuston.xyz";
|
hydraURL = "https://hydra.alicehuston.xyz";
|
||||||
|
|||||||
Reference in New Issue
Block a user