nix-dotfiles/hydra/spec.json
ahuston-0 b2afa504eb add githubstatus to hydra
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-07-27 23:52:08 +00:00

36 lines
867 B
JSON

{
"enabled": 1,
"hidden": false,
"description": "RAD Development infrastructure",
"nixexprinput": "nixexpr",
"nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://github.com/ahuston-0/nix-dotfiles-hydra main",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-unstable-small",
"type": "git",
"emailresponsible": false
},
"pulls": {
"type": "githubpulls",
"value": "ahuston-0 nix-dotfiles-hydra",
"emailresponsible": false
},
"branches": {
"type": "github_refs",
"value": "ahuston-0 nix-dotfiles-hydra heads -",
"emailresponsible": false
}
}
}