Files
infrastructure/.hydra/spec.json
ahtlon bf3f4db1b2
All checks were successful
Check flake syntax / flake-check (push) Successful in 32m56s
Weekly Flake Update / update_and_check_flake (push) Successful in 5m55s
[hydra] forgot to change repo
2026-03-16 20:58:45 +01:00

31 lines
745 B
JSON

{
"enabled": 1,
"hidden": false,
"description": "Malobeo infrastructure repo",
"nixexprinput": "nixexpr",
"nixexprpath": ".hydra/declarative-jobsets.nix",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 5,
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://git.dynamicdiscord.de/malobeo/infrastructure master",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-25.11",
"type": "git",
"emailresponsible": false
},
"pulls": {
"type": "path",
"value": "http://127.0.0.1:27364/gitea-pulls-sorted.json",
"emailresponsible": false
}
}
}