26 lines
528 B
JSON
26 lines
528 B
JSON
{
|
|
"enabled": 1,
|
|
"hidden": false,
|
|
"type": "legacy",
|
|
"description": "Jobset desription",
|
|
"nixexprinput": "src",
|
|
"nixexprpath": "default.nix",
|
|
"checkinterval": 300,
|
|
"schedulingshares": 100,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 3,
|
|
"inputs": {
|
|
"src": {
|
|
"type": "git",
|
|
"value": "https://github.com/illustris/hydra-builds.git master",
|
|
"emailresponsible": false
|
|
},
|
|
"nixpkgs": {
|
|
"type": "git",
|
|
"value": "https://github.com/NixOS/nixpkgs.git master",
|
|
"emailresponsible": false
|
|
}
|
|
}
|
|
}
|