From 8d632af36e76df1bfaa7cfb2f04e4ca75a37ee56 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Jun 2023 13:32:41 +0300 Subject: fix(views/tvix): add fuse dependencies to external shell view Change-Id: Ie7b8c5b983e5b41bffe0748d0047ffcfd82072e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8759 Reviewed-by: flokli Autosubmit: tazjin Tested-by: BuildkiteCI --- views/tvix/default.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'views/tvix/default.nix') diff --git a/views/tvix/default.nix b/views/tvix/default.nix index 33d6b6368668..feee0f222240 100644 --- a/views/tvix/default.nix +++ b/views/tvix/default.nix @@ -11,14 +11,16 @@ pkgs.mkShell { name = "tvix-rust-dev-env"; - packages = [ - pkgs.buf-language-server - pkgs.cargo - pkgs.clippy - pkgs.rust-analyzer - pkgs.rustc - pkgs.rustfmt - pkgs.protobuf - pkgs.evans + packages = with pkgs; [ + buf-language-server + cargo + clippy + evans + fuse + pkg-config + protobuf + rust-analyzer + rustc + rustfmt ]; } -- cgit 1.4.1