about summary refs log tree commit diff
path: root/tvix/shell.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-10-16T15·10+0100
committerflokli <flokli@flokli.de>2023-10-16T16·12+0000
commit7df720855d23a94ec1ed5de4b667391a2028581d (patch)
treed5798cd9fc16284735a0743153248972f5d21ae1 /tvix/shell.nix
parente0e3dc08a968bd2f47b8d5665e43f0c85ae2427b (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
Diffstat (limited to 'tvix/shell.nix')
-rw-r--r--tvix/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix
index 62b7a404bc..ac8f1866c6 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