nixos-config/hydra/spec.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2023-01-23 14:48:33 +01:00
{
"enabled": 1,
"hidden": false,
"description": "jobsets",
"nixexprinput": "nixos-config",
"nixexprpath": "hydra/jobsets.nix",
2023-04-09 13:04:52 +01:00
"checkinterval": 3600,
2023-01-23 14:48:33 +01:00
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1,
"inputs": {
"nixos-config": {
"type": "git",
2023-10-18 10:10:18 +01:00
"value": "https://github.com/DarkKirb/nixos-config.git main",
2023-01-23 14:48:33 +01:00
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
2023-10-18 10:13:08 +01:00
"type": "githubpulls",
"value": "DarkKirb nixos-config",
2023-01-23 14:48:33 +01:00
"emailresponsible": false
2023-10-18 10:10:18 +01: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 14:48:33 +01:00
}
}
}