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