This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/hydra/spec.json

30 lines
812 B
JSON
Raw Normal View History

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