remove go-ethereum from nix deps

This commit is contained in:
Igor Sirotin 2024-09-27 15:43:23 +01:00
parent 042baad3d8
commit 31e6b655e9
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in pkgs.mkShell {
buildInputs = with pkgs; [
git jq which
go golangci-lint go-junit-report gopls go-bindata gomobileMod codecov-cli go-ethereum go-generate-fast
go golangci-lint go-junit-report gopls go-bindata gomobileMod codecov-cli go-generate-fast
mockgen protobuf3_20 protoc-gen-go gotestsum go-modvendor openjdk cc-test-reporter
] ++ lib.optionals (stdenv.isDarwin) [ xcodeWrapper ];