diff --git a/README.org b/README.org index 501be54..4c7835d 100644 --- a/README.org +++ b/README.org @@ -282,7 +282,6 @@ with pkgs; mkShell { buildInputs = [ grpc - grpc-tools grpcui grpcurl ]; diff --git a/shells/grpc.nix b/shells/grpc.nix index 8dcdaf7..1d3a87d 100644 --- a/shells/grpc.nix +++ b/shells/grpc.nix @@ -5,7 +5,6 @@ with pkgs; mkShell { buildInputs = [ grpc - grpc-tools grpcui grpcurl ];