From 4970402f71191f70c511be33640b67aaecf3825a Mon Sep 17 00:00:00 2001 From: Sam Balco Date: Tue, 9 Jan 2024 16:00:13 +0000 Subject: [PATCH] Fix dev shell by including secp256k1, otherwise cabal complains --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e8581c2b82..e706997994 100644 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,7 @@ supportedGhcVersions = [ "928" ]; }) final.z3 + final.secp256k1 ]; all-cabal-hashes = final.fetchurl { url =