feat(tvix/shell): add grpcurl to shell
This is a bit more useful than evans when sending over the same message over and over again. Change-Id: I600b6b9f591c0c963c5d270005aa1cc84d2a0770 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10453 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
This commit is contained in:
parent
22427dc8d0
commit
5e3683cd53
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ pkgs.mkShell {
|
||||||
pkgs.evans
|
pkgs.evans
|
||||||
pkgs.fuse
|
pkgs.fuse
|
||||||
pkgs.go
|
pkgs.go
|
||||||
|
pkgs.grpcurl
|
||||||
pkgs.hyperfine
|
pkgs.hyperfine
|
||||||
pkgs.nix_2_3 # b/313
|
pkgs.nix_2_3 # b/313
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
|
|
Loading…
Reference in a new issue