about summary refs log tree commit diff
path: root/tvix/eval/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/shell.nix')
-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
   ];
 }