nix-config/.hydra.json

27 lines
640 B
JSON
Raw Normal View History

{
"main": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build main branch",
"flake": "github:gburd/nix-config/main",
"checkinterval": 60,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 2
},
"next": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build next branch",
"flake": "github:gburd/nix-config/next",
"checkinterval": 60,
"schedulingshares": 5,
"enableemail": false,
"emailoverride": "",
"keepnr": 1
}
}