29 lines
790 B
JSON
29 lines
790 B
JSON
{
|
|
"enabled": 1,
|
|
"hidden": false,
|
|
"description": "jobsets",
|
|
"nixexprinput": "nix-packages",
|
|
"nixexprpath": "hydra/jobsets.nix",
|
|
"checkinterval": 3600,
|
|
"schedulingshares": 100,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 1,
|
|
"inputs": {
|
|
"nix-packages": {
|
|
"type": "git",
|
|
"value": "https://github.com/DarkKirb/nix-packages.git switch-to-hydra",
|
|
"emailresponsible": false
|
|
},
|
|
"nixpkgs": {
|
|
"type": "git",
|
|
"value": "https://github.com/NixOS/nixpkgs.git",
|
|
"emailresponsible": false
|
|
},
|
|
"prsJSON": {
|
|
"type": "githubpulls",
|
|
"value": "DarkKirb nix-packages",
|
|
"emailresponsible": false
|
|
}
|
|
}
|
|
}
|