about summary refs log tree commit diff
path: root/hydra/spec.json
blob: a68a74363e0521b4c0f0525c0c06bd99bb11862f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "enabled": 1,
    "hidden": false,
    "description": "Jobsets",
    "nixexprinput": "nixrc",
    "nixexprpath": "hydra/jobsets.nix",
    "checkinterval": 300,
    "schedulingshares": 100,
    "enableemail": false,
    "emailoverride": "",
    "keepnr": 1,
    "inputs": {
        "nixrc": {
            "type": "git",
            "value": "https://git.exotic.sh/pub/sefidel/nixrc main",
            "emailresponsible": false
        },
        "nixpkgs": {
            "type": "git",
            "value": "https://github.com/NixOS/nixpkgs.git nixos-unstable",
            "emailresponsible": false
        }
    }
}