From 0c75ce2d3d1cf806a9c6330619928739a6ffe98a Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 19 Sep 2022 00:53:43 +0200 Subject: chore(tvix/eval): add rustfmt to the shell Change-Id: Ia049bf08feeb1a75f30df8fed7f88fcdf650521b Reviewed-on: https://cl.tvl.fyi/c/depot/+/6663 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: grfn --- tvix/eval/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix') diff --git a/tvix/eval/shell.nix b/tvix/eval/shell.nix index 2c3da208f5..036e9221dd 100644 --- a/tvix/eval/shell.nix +++ b/tvix/eval/shell.nix @@ -7,6 +7,7 @@ pkgs.mkShell { packages = [ pkgs.cargo pkgs.rustc + pkgs.rustfmt pkgs.clippy ]; } -- cgit 1.4.1