From 82b19b36568b53cb97cb2cfec5e71a951429e51e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 25 May 2023 15:25:25 -0400 Subject: hydra: add hydra jobset --- .hydra.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .hydra.json (limited to '.hydra.json') diff --git a/.hydra.json b/.hydra.json new file mode 100644 index 0000000..201bd13 --- /dev/null +++ b/.hydra.json @@ -0,0 +1,14 @@ +{ + "main": { + "enabled": 1, + "type": 1, + "hidden": false, + "description": "build flake", + "checkinterval": 600, + "schedulingshares": 100, + "enableemail": false, + "emailoverride": "", + "keepnr": 2, + "flake": "github:getchoo/nix-exprs/main" + } +} -- cgit v1.2.3