summaryrefslogtreecommitdiff
path: root/.hydra.json
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-25 15:25:25 -0400
committerseth <[email protected]>2023-05-25 15:25:25 -0400
commit82b19b36568b53cb97cb2cfec5e71a951429e51e (patch)
tree2f87056653daebc6432e24dc2ba69ef508b97111 /.hydra.json
parent16589c6ef2cc52f66301a3227f945466942c9b65 (diff)
hydra: add hydra jobset
Diffstat (limited to '.hydra.json')
-rw-r--r--.hydra.json14
1 files changed, 14 insertions, 0 deletions
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"
+ }
+}