Merge pull request 'change checkPhase to preCheck' (#149) from feature/notifiarr-fixes into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 13s
Check Nix flake / Perform Nix flake checks (push) Failing after 16m43s
Update flakes / update_lockfile (push) Successful in 8m47s

Reviewed-on: #149
This commit was merged in pull request #149.
This commit is contained in:
2025-12-07 22:21:19 -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";