change checkPhase to preCheck
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 13s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m15s

This commit is contained in:
2025-12-07 22:17:24 -05:00
parent 49219b0265
commit aa705d4c8d

View File

@@ -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";