From 02da3e3d814e860a8415daf8e923678fe472a3ca Mon Sep 17 00:00:00 2001 From: illustris Date: Sat, 5 Feb 2022 06:37:28 +0530 Subject: [PATCH] init --- spec.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 spec.json diff --git a/spec.json b/spec.json new file mode 100644 index 0000000..7a4eed3 --- /dev/null +++ b/spec.json @@ -0,0 +1,24 @@ +{ + "enabled": 1, + "hidden": false, + "description": "Jobset desription", + "nixexprinput": "src", + "nixexprpath": "default.nix", + "checkinterval": 300, + "schedulingshares": 100, + "enableemail": false, + "emailoverride": "", + "keepnr": 3, + "inputs": { + "src": { + "type": "git", + "value": "https://github.com/illustris/hydra-builds.git", + "emailresponsible": false + }, + "nixpkgs": { + "type": "git", + "value": "https://github.com/NixOS/nixpkgs.git master", + "emailresponsible": false + } + } +}