29 lines
812 B
JSON
29 lines
812 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://git.chir.rs/darkkirb/nix-packages.git main",
|
|
"emailresponsible": false
|
|
},
|
|
"nixpkgs": {
|
|
"type": "git",
|
|
"value": "https://github.com/NixOS/nixpkgs.git",
|
|
"emailresponsible": false
|
|
},
|
|
"prsJSON": {
|
|
"type": "path",
|
|
"value": "https://git.chir.rs/api/v1/repos/darkkirb/nix-packages/pulls",
|
|
"emailresponsible": false
|
|
}
|
|
}
|
|
}
|