nix-dotfiles/hydra/spec.json

36 lines
897 B
JSON
Raw Normal View History

{
"enabled": 1,
"hidden": false,
2025-03-26 02:43:56 -04:00
"description": "ahuston-0's personal server infra",
"nixexprinput": "nixexpr",
2024-04-20 13:37:00 -04:00
"nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"type": 0,
"inputs": {
"nixexpr": {
2025-03-26 02:43:56 -04:00
"value": "ssh://gitea@nayeonie.com:2222/ahuston-0/nix-dotfiles.git main",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-unstable",
"type": "git",
"emailresponsible": false
},
"pulls": {
2025-03-26 02:43:56 -04:00
"type": "giteapulls",
2025-03-26 13:15:59 -04:00
"value": "nayeonie.com ahuston-0 nix-dotfiles https",
"emailresponsible": false
2025-03-31 03:03:41 -04:00
},
"branches": {
"type": "gitea_refs",
"value": "nayeonie.com ahuston-0 nix-dotfiles heads https -",
"emailresponsible": false
}
}
}