diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-16T15·10+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-10-16T16·12+0000 |
commit | 7df720855d23a94ec1ed5de4b667391a2028581d (patch) | |
tree | d5798cd9fc16284735a0743153248972f5d21ae1 | |
parent | e0e3dc08a968bd2f47b8d5665e43f0c85ae2427b (diff) |
feat(tvix): add go to shell r/6840
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 <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
-rw-r--r-- | tvix/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix index 62b7a404bc4b..ac8f1866c6b0 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 |