change checkPhase to preCheck #149

Merged
ahuston-0 merged 1 commits from feature/notifiarr-fixes into main 2025-12-07 22:21:20 -05:00

View File

@@ -43,9 +43,9 @@ in
hydra = {
enable = true;
package = inputs.hydra.packages.x86_64-linux.hydra.overrideAttrs (old: {
checkPhase = ''
preCheck = ''
export YATH_JOB_COUNT=8
${old.checkPhase or "yath test"}
${old.preCheck or ""}
'';
});
hydraURL = "https://hydra.alicehuston.xyz";