From 7df720855d23a94ec1ed5de4b667391a2028581d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 16 Oct 2023 16:10:17 +0100 Subject: [PATCH] feat(tvix): add go to shell That's needed to build nar-bridge, as well as things in tvix/*store/ protos. Change-Id: If5f71b6c528a27689faa3c5ab3489cc528f9e6e5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9759 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tvix/shell.nix b/tvix/shell.nix index 62b7a404b..ac8f1866c 100644 --- a/tvix/shell.nix +++ b/tvix/shell.nix @@ -21,6 +21,7 @@ pkgs.mkShell { pkgs.clippy pkgs.evans pkgs.fuse + pkgs.go pkgs.pkg-config pkgs.rust-analyzer pkgs.rustc