about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/hydra/spec.json
blob: 6c3a62461f27c7a0b1071b48fc51de8f04f9255c (plain) (blame)
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
{
  "enabled": 1,
  "hidden": false,
  "description": "Emacs-overlay jobsets",
  "nixexprinput": "src",
  "nixexprpath": "hydra/default.nix",
  "checkinterval": 1800,
  "schedulingshares": 100,
  "enableemail": false,
  "emailoverride": "",
  "keepnr": 3,
  "type": 0,
  "inputs": {
    "src": {
      "type": "git",
      "value": "https://github.com/nix-community/emacs-overlay.git master",
      "emailresponsible": false
    },
    "nixpkgs": {
      "type": "git",
      "value": "https://github.com/NixOS/nixpkgs.git nixos-unstable",
      "emailresponsible": false
    }
  }
}