From 5e3683cd530bc0b8831427c715f9cf0c0068d9ec Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 29 Dec 2023 14:59:31 +0100 Subject: 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 Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tvix/shell.nix b/tvix/shell.nix index 9a14554ac6dc..9d091ae5fe27 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 -- cgit 1.4.1