nixos-config/hydra/spec.json

29 lines
823 B
JSON

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