ahuston-0 d45c10b382
fix github
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-07-28 14:25:50 -04:00

36 lines
874 B
JSON

{
"enabled": 1,
"hidden": false,
"description": "Flake update diff tool",
"nixexprinput": "nixexpr",
"nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://github.com/RAD-Development/flake-update-diff main",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-unstable-small",
"type": "git",
"emailresponsible": false
},
"pulls": {
"type": "githubpulls",
"value": "RAD-Development flake-update-diff",
"emailresponsible": false
},
"branches": {
"type": "github_refs",
"value": "RAD-Development flake-update-diff heads -",
"emailresponsible": false
}
}
}