From 3f4a08a2b8bb56fbcb06ee51a99db91b8509dd17 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Fri, 27 Sep 2024 15:43:23 +0100 Subject: [PATCH] chore_: remove go-ethereum from nix deps --- nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index 57f3d5cb6..10f2647c7 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -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 ];