zsh.nix/.hydra/spec.json
jiriks74 feaace7f3d
All checks were successful
Perform checks / formatting (push) Successful in 44s
Perform checks / nix_flake_check (push) Successful in 45s
feat(ci/cd): Set up Hydra
2025-01-10 07:07:11 +01:00

50 lines
1.1 KiB
JSON

{
"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
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-unstable",
"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
},
"pulls": {
"type": "githubpulls",
"value": "jirik74 zsh.nix",
"emailresponsible": false
}
}
}