change checkPhase to preCheck
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user