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
788 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",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1,
"inputs": {
"nix-packages": {
"type": "git",
2023-01-21 09:00:32 +00:00
"value": "https://github.com/DarkKirb/nix-packages.git switch-to-hydra",
2023-01-21 08:53:39 +00:00
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
"type": "githubpulls",
2023-01-21 10:17:10 +00:00
"value": "DarkKirb nix-packages",
2023-01-21 08:53:39 +00:00
"emailresponsible": false
}
}
}