summaryrefslogtreecommitdiff
path: root/.hydra.json
diff options
context:
space:
mode:
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"
+ }
+}