zsh.nix/.hydra/spec.json

27 lines
621 B
JSON
Raw Normal View History

2025-01-10 06:34:26 +01:00
{
"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
}
}
}
}