From 7b989c63b6be4258a6f07b9f297ca35968c69f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Videla?= Date: Tue, 3 Dec 2024 10:41:33 -0500 Subject: [PATCH] remove nix integration for evm --- evm/stack.yaml | 5 +---- flake.nix | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/evm/stack.yaml b/evm/stack.yaml index 5d76cb5..272e5b1 100644 --- a/evm/stack.yaml +++ b/evm/stack.yaml @@ -79,7 +79,7 @@ allow-newer: true # extra-package-dbs: [] # Control whether we use the GHC we find on the path -# system-ghc: true +system-ghc: true # # Require a specific version of stack, using version ranges # require-stack-version: -any # Default @@ -98,7 +98,4 @@ arch: aarch64 # ghc-options: "$locals": -fwarn-incomplete-patterns -nix: - enable: true - packages: [libff, secp256k1, zlib] diff --git a/flake.nix b/flake.nix index 67ce497..0717819 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ hPkgs.ghc # GHC compiler in the desired version (will be available on PATH) pkgs.zlib # External C library needed by some Haskell packages stack-wrapped - pkgs.solc_0_8_2 + pkgs.solc_0_8_26 ]; stack-wrapped = pkgs.symlinkJoin {