Compare commits
3 Commits
feature/no
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a5d08d457 | |||
| a3a80940f1 | |||
| f4b20c3bd4 |
@@ -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