nixos-config/hydra/spec.json

41 lines
1.1 KiB
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://github.com/DarkKirb/nixos-config.git main",
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
"type": "githubpulls",
"value": "DarkKirb nixos-config",
"emailresponsible": false
},
"github_input": {
"type": "string",
"value": "nixos-config"
},
"github_repo_owner": {
"type": "string",
"value": "DarkKirb"
},
"github_repo_name": {
"type": "string",
"value": "nixos-config"
}
}
}