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",
2023-10-18 09:10:18 +00:00
"value": "https://github.com/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": {
2023-10-18 09:13:08 +00:00
"type": "githubpulls",
"value": "DarkKirb nixos-config",
2023-01-23 13:48:33 +00:00
"emailresponsible": false
2023-10-18 09:10:18 +00:00
},
"github_input": {
"type": "string",
"value": "nixos-config"
},
"github_repo_owner": {
"type": "string",
"value": "DarkKirb"
},
"github_repo_name": {
"type": "string",
"value": "nixos-config"
2023-01-23 13:48:33 +00:00
}
}
}