nixos-config/hydra/spec.json

30 lines
823 B
JSON
Raw Normal View History

2023-01-23 13:48:33 +00:00
{
"enabled": 1,
"hidden": false,
"description": "jobsets",
"nixexprinput": "nixos-config",
"nixexprpath": "hydra/jobsets.nix",
2023-04-09 12:04:52 +00:00
"checkinterval": 3600,
2023-01-23 13:48:33 +00:00
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1,
"inputs": {
"nixos-config": {
"type": "git",
2023-04-09 12:04:52 +00:00
"value": "https://git.chir.rs/darkkirb/nixos-config.git switch-to-gitea",
2023-01-23 13:48:33 +00:00
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
2023-04-09 12:04:52 +00:00
"type": "path",
"value": "https://git.chir.rs/api/v1/repos/darkkirb/nixos-config/pulls",
2023-01-23 13:48:33 +00:00
"emailresponsible": false
}
}
}