change srht builds for hydra, refactor flake

This commit is contained in:
Gabriel Fontes
2023-06-11 00:48:38 -03:00
parent ef77a54805
commit 1abee86425
4 changed files with 39 additions and 89 deletions

14
.hydra.json Normal file
View File

@@ -0,0 +1,14 @@
{
"main": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build main branch",
"flake": "github:misterio77/disconic/main",
"checkinterval": 60,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 1
}
}