Browse Source

Fix grpc shell

main
parent
commit
41fc785b37
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org
  2. 1
      shells/grpc.nix

1
README.org

@ -282,7 +282,6 @@ with pkgs;
mkShell { mkShell {
buildInputs = [ buildInputs = [
grpc grpc
grpc-tools
grpcui grpcui
grpcurl grpcurl
]; ];

1
shells/grpc.nix

@ -5,7 +5,6 @@ with pkgs;
mkShell { mkShell {
buildInputs = [ buildInputs = [
grpc grpc
grpc-tools
grpcui grpcui
grpcurl grpcurl
]; ];

Loading…
Cancel
Save