about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-29T13·59+0100
committerclbot <clbot@tvl.fyi>2023-12-29T15·57+0000
commit5e3683cd530bc0b8831427c715f9cf0c0068d9ec (patch)
treed38f816d53ec1cc2b3b1cd8b26b8d2739823d419
parent22427dc8d07b5f90e28c956e984a8386643bef3d (diff)
feat(tvix/shell): add grpcurl to shell r/7269
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
-rw-r--r--tvix/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix
index 9a14554ac6..9d091ae5fe 100644
--- a/tvix/shell.nix
+++ b/tvix/shell.nix
@@ -22,6 +22,7 @@ pkgs.mkShell {
     pkgs.evans
     pkgs.fuse
     pkgs.go
+    pkgs.grpcurl
     pkgs.hyperfine
     pkgs.nix_2_3 # b/313
     pkgs.pkg-config