From 17103e3ffc5242a7d20c5ae0ee5264358ca6fb49 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Thu, 8 Sep 2022 19:29:24 +0100
Subject: [PATCH] ema: init at master

---
 flake.nix   | 4 ++++
 overlay.nix | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/flake.nix b/flake.nix
index 201155b8..500ea317 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,6 +28,10 @@
       url = "git+https://gitlab.homotopic.tech/horizon/adopted/ed25519";
       flake = false;
     };
+    ema = {
+      url = "github:EmaApps/ema";
+      flake = false;
+    };
     flake-parts.url = "github:hercules-ci/flake-parts";
     flake-parts.inputs.nixpkgs.follows = "nixpkgs";
     lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
diff --git a/overlay.nix b/overlay.nix
index 7521d4d1..eb435473 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -105,6 +105,8 @@ final: prev: with pkgs.haskell.lib; {
 
   email-validate = doJailbreak (dontCheck (prev.callHackage "email-validate" "2.3.2.16" { }));
 
+  ema = prev.callCabal2nix "ema" inputs.ema { };
+
   effectful-cache = doJailbreak (prev.callCabal2nix "effectful-cache" inputs.cache-effectful { });
 
   effectful-core = prev.callHackage "effectful-core" "2.1.0.0" { };
-- 
GitLab