Skip to content

Commit

Permalink
remove nix integration for evm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevidela committed Dec 3, 2024
1 parent e185cf1 commit 7b989c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions evm/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -98,7 +98,4 @@ arch: aarch64
#
ghc-options:
"$locals": -fwarn-incomplete-patterns
nix:
enable: true
packages: [libff, secp256k1, zlib]

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7b989c6

Please sign in to comment.