Files
Foundry/.hydra.json
T
Gabriel Fontes 85df2a3233 chore: rename nix-config -> foundry across in-repo references
Prep for renaming the GitHub repo to Foundry: update the Hydra jobset flakes
(.hydra.json), the auto-upgrade project name (must match the Hydra project),
the README status badge, the hydra-auto-upgrade example, the website CV link,
and the flake description. Hydra project/jobset becomes 'foundry'.

Assisted-by: pi (opus-4.8)
2026-07-04 19:40:42 -03:00

27 lines
655 B
JSON

{
"main": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build main branch",
"flake": "github:misterio77/Foundry/main",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1
},
"staging": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build staging branch",
"flake": "github:misterio77/Foundry/staging",
"checkinterval": 60,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 0
}
}