about summary refs log tree commit diff
path: root/hydra/spec.json
blob: 73aed011bf9494ecb0db5f038455d7ff571c5b34 (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": "infra",
    "nixexprpath": "hydra/jobsets.nix",
    "checkinterval": 300,
    "schedulingshares": 100,
    "enableemail": false,
    "emailoverride": "",
    "keepnr": 1,
    "inputs": {
        "infra": {
            "type": "git",
            "value": "https://git.exotic.sh/infra main",
            "emailresponsible": false
        },
        "nixpkgs": {
            "type": "git",
            "value": "https://github.com/NixOS/nixpkgs.git nixos-unstable",
            "emailresponsible": false
        }
    }
}