nix-packages/hydra/spec.json

30 lines
812 B
JSON
Raw Normal View History

2023-01-21 08:53:39 +00:00
{
"enabled": 1,
"hidden": false,
"description": "jobsets",
"nixexprinput": "nix-packages",
"nixexprpath": "hydra/jobsets.nix",
2023-01-23 14:36:56 +00:00
"checkinterval": 3600,
2023-01-21 08:53:39 +00:00
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1,
"inputs": {
"nix-packages": {
"type": "git",
2023-04-08 13:21:22 +00:00
"value": "https://git.chir.rs/darkkirb/nix-packages.git main",
2023-01-21 08:53:39 +00:00
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
2023-04-08 10:31:26 +00:00
"type": "path",
2023-04-08 11:39:07 +00:00
"value": "https://git.chir.rs/api/v1/repos/darkkirb/nix-packages/pulls",
2023-04-08 10:31:26 +00:00
"emailresponsible": false
2023-01-21 08:53:39 +00:00
}
}
}