From 37ff02e66bee351710d6251831314d24a5afca31 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 14 May 2023 16:19:17 +0000
Subject: [PATCH] feedback.yaml: init

---
 feedback.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 feedback.yaml

diff --git a/feedback.yaml b/feedback.yaml
new file mode 100644
index 00000000..e015ddd9
--- /dev/null
+++ b/feedback.yaml
@@ -0,0 +1,10 @@
+loops:
+  build:
+    command: nix build github:srid/devour-flake -L --no-link --print-out-paths --override-input flake .
+    filter:
+      find: '*.nix'
+  check: nix flake check -L
+  gen:
+    command: nix run 'git+https://gitlab.horizon-haskell.net/haskell/horizon-gen-nix?ref=refs/tags/0.10.0'
+    filter:
+      find: horizon.dhall
-- 
GitLab