From 7fe334c0f881b27db617aedaf233f6ae58d72278 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 20 Feb 2024 05:48:01 +0900 Subject: project: Initial commit --- hydra/spec.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hydra/spec.json (limited to 'hydra/spec.json') diff --git a/hydra/spec.json b/hydra/spec.json new file mode 100644 index 0000000..cf17ff4 --- /dev/null +++ b/hydra/spec.json @@ -0,0 +1,24 @@ +{ + "enabled": 1, + "hidden": false, + "description": "Jobsets", + "nixexprinput": "nixpkgs-exotic", + "nixexprpath": "hydra/jobsets.nix", + "checkinterval": 300, + "schedulingshares": 100, + "enableemail": false, + "emailoverride": "", + "keepnr": 1, + "inputs": { + "nixpkgs-exotic": { + "type": "git", + "value": "https://git.exotic.sh/nixpkgs-exotic main", + "emailresponsible": false + }, + "nixpkgs": { + "type": "git", + "value": "https://github.com/NixOS/nixpkgs.git", + "emailresponsible": false + } + } +} -- cgit 1.4.1