ahuston-0 03e9a3652f
add hydra, update ruff, format files
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-07-15 19:42:22 -04:00

36 lines
873 B
JSON

{
"enabled": 1,
"hidden": false,
"description": "Canvas grit automation",
"nixexprinput": "nixexpr",
"nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://github.com/ahuston-0/canvas_grit_automation master",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-unstable-small",
"type": "git",
"emailresponsible": false
},
"pulls": {
"type": "githubpulls",
"value": "ahuston-0 canvas_grit_automation",
"emailresponsible": false
},
"branches": {
"type": "github_refs",
"value": "ahuston-0 canvas_grit_automation heads -",
"emailresponsible": false
}
}
}