26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"enabled": 1,
|
|
"hidden": false,
|
|
"type": "legacy",
|
|
"description": "Build packages maintained by me",
|
|
"nixexprinput": "src",
|
|
"nixexprpath": "spec.nix",
|
|
"checkinterval": 300,
|
|
"schedulingshares": 100,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 3,
|
|
"inputs": {
|
|
"src": {
|
|
"type": "git",
|
|
"value": "https://git.illustris.tech/illustris/hydra-builds master",
|
|
"emailresponsible": false
|
|
},
|
|
"nixpkgs": {
|
|
"type": "git",
|
|
"value": "https://github.com/NixOS/nixpkgs master",
|
|
"emailresponsible": false
|
|
}
|
|
}
|
|
}
|