nixos-config/hydra/spec.json

42 lines
1.1 KiB
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",
2024-10-13 07:45:37 +00:00
"value": "https://git.chir.rs/darkkirb/nixos-config.git main",
2023-01-23 13:48:33 +00:00
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
2024-10-13 07:45:37 +00:00
"type": "giteapulls",
"value": "git.chir.rs darkkirb nixos-config",
2023-01-23 13:48:33 +00:00
"emailresponsible": false
2023-10-18 09:10:18 +00:00
},
2024-10-13 07:45:37 +00:00
"gitea_status_repo": {
2023-10-18 09:10:18 +00:00
"type": "string",
"value": "nixos-config"
},
2024-10-13 07:45:37 +00:00
"gitea_repo_owner": {
2023-10-18 09:10:18 +00:00
"type": "string",
2024-10-13 07:45:37 +00:00
"value": "darkkirb"
2023-10-18 09:10:18 +00:00
},
2024-10-13 07:45:37 +00:00
"gitea_repo_name": {
2023-10-18 09:10:18 +00:00
"type": "string",
"value": "nixos-config"
2023-01-23 13:48:33 +00:00
}
}
}