summaryrefslogtreecommitdiffstats
path: root/.hydra/spec.json
blob: 79f9f0bc8b1c842d46c36c44b1288e6497790172 (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
25
26
27
28
29
30
{
  "enabled": 1,
  "hidden": false,
  "description": "Simple NixOS Mailserver",
  "nixexprinput": "nixexpr",
  "nixexprpath": ".hydra/declarative-jobsets.nix",
  "checkinterval": 60,
  "schedulingshares": 100,
  "enableemail": false,
  "emailoverride": "",
  "keepnr": 3,
  "type": 0,
  "inputs": {
    "nixexpr": {
      "value": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver master",
      "type": "git",
      "emailresponsible": false
    },
    "nixpkgs": {
      "value": "https://github.com/NixOS/nixpkgs 0f920b05cbcdb8c0f3c5c4a8ea29f1f0065c7033 ",
      "type": "git",
      "emailresponsible": false
    },
    "pulls": {
      "type": "gitlabpulls",
      "value": "https://gitlab.com 7219050",
      "emailresponsible": false
    }
  }
}