diff options
Diffstat (limited to 'hydra/spec.json')
-rw-r--r-- | hydra/spec.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/hydra/spec.json b/hydra/spec.json new file mode 100644 index 0000000..a68a743 --- /dev/null +++ b/hydra/spec.json @@ -0,0 +1,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 + } + } +} |