mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00:00
f3fd89af54
Many thangs to the hard work and generous availability of: git@github.com:Misterio77/nix-config.git
26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"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
|
|
}
|
|
}
|