diff options
Diffstat (limited to 'spec.json')
-rw-r--r-- | spec.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spec.json b/spec.json new file mode 100644 index 0000000..da6186f --- /dev/null +++ b/spec.json | |||
@@ -0,0 +1,16 @@ | |||
1 | { | ||
2 | "enabled": 1, | ||
3 | "hidden": false, | ||
4 | "description": "Jobsets", | ||
5 | "nixexprinput": "src", | ||
6 | "nixexprpath": "spec.nix", | ||
7 | "checkinterval": 300, | ||
8 | "schedulingshares": 2, | ||
9 | "enableemail": false, | ||
10 | "emailoverride": "", | ||
11 | "keepnr": 3, | ||
12 | "inputs": { | ||
13 | "src": { "type": "git", "value": "https://git.huh.gdn/set_eq/ master", "emailresponsible": false }, | ||
14 | "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs-channels nixos-18.03", "emailresponsible": false } | ||
15 | } | ||
16 | } | ||