zsh.nix/.hydra/spec.json

41 lines
899 B
JSON
Raw Normal View History

2025-01-10 06:34:26 +01:00
{
"enabled": 1,
"hidden": false,
"description": "ZSH flake",
"nixexprinput": "nixexpr",
"nixexprpath": ".hydra/jobsets.nix",
"checkinterval": 3600,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://forgejo.stefka.eu/jiriks74/zsh.nix main",
"type": "git",
"emailresponsible": false
},
"gitea_repo_name": {
"type": "string",
"value": "zsh.nix",
"emailresponsible": false
},
"gitea_repo_owner": {
"type": "string",
"value": "jiriks74",
"emailresponsible": false
},
"gitea_status_repo": {
"type": "string",
"value": "main",
"emailresponsible": false
},
"gitea_http_url": {
"type": "string",
"value": "https://forgejo.stefka.eu/",
"emailresponsible": false
}
}
}