You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
650 B
26 lines
650 B
{
|
|
"main": {
|
|
"enabled": 1,
|
|
"type": 1,
|
|
"hidden": false,
|
|
"description": "Build main branch",
|
|
"flake": "github:misterio77/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:misterio77/nix-config/next",
|
|
"checkinterval": 60,
|
|
"schedulingshares": 5,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 1
|
|
}
|
|
}
|
|
|