about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-09-18T22·53+0200
committerclbot <clbot@tvl.fyi>2022-09-18T23·19+0000
commit0c75ce2d3d1cf806a9c6330619928739a6ffe98a (patch)
treefaf8c43569911d5728097fdbcfe630ae058b6712 /tvix
parent69cbcc1eda13400d24dcb580713453bcba00fcc3 (diff)
chore(tvix/eval): add rustfmt to the shell r/4915
Change-Id: Ia049bf08feeb1a75f30df8fed7f88fcdf650521b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6663
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix')
-rw-r--r--tvix/eval/shell.nix1
1 files changed, 1 insertions, 0 deletions
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
   ];
 }