Skip to content

Commit

Permalink
remove go-ethereum from nix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Sep 27, 2024
1 parent 042baad commit 31e6b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 31e6b65

Please sign in to comment.