Skip to content

Commit 0bbeb66

Browse files
committed
flake.nix: hevm 0.56 does not need patching
1 parent 15346a7 commit 0bbeb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
pkgs.go-ethereum
123123
pkgs.jq
124124
pkgs.solc
125-
hspkgs.hevm
125+
(hspkgs.hevm.overrideAttrs (old: { patches = []; }))
126126
texlive
127127
(pkgs.callPackage ./nix/goevmlab.nix { src = inputs.goevmlab; })
128128
];

0 commit comments

Comments
 (0)