Skip to content
Snippets Groups Projects
Commit 17103e3f authored by Daniel Firth's avatar Daniel Firth
Browse files

ema: init at master

parent 01a93aff
Branches
Tags
No related merge requests found
......@@ -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";
......
......@@ -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" { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment