zsh.nix/.hydra/spec.json
jiriks74 1e7e927421
Some checks failed
Perform checks / formatting (push) Failing after 15s
Perform checks / nix_flake_check (push) Failing after 14s
feat(ci/cd): Set up Hydra
2025-01-10 18:54:28 +01:00

26 lines
621 B
JSON

{
"hello": {
"enabled": 1,
"hidden": false,
"description": "test",
"nixexprinput": "src",
"nixexprpath": ".hydra/jobsets.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"src": {
"type": "git",
"value": "https://forgejo.stefka.eu/jiriks74/zsh.nix main",
"emailresponsible": false
},
"nixpkgs": { "type": "git",
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git nixos-unstable",
"emailresponsible": false
}
}
}
}