about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 32cff3e..3f9627d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
-{ mkShell, rustc, cargo, rust-analyzer, clippy
+{ mkShell, rustc, cargo, rust-analyzer, clippy, rustfmt
 , cargo-watch, cargo-edit, cargo-outdated
 , xh, systemfd, tokio-console
 , pkg-config, protobuf, openssl, zlib
@@ -7,7 +7,7 @@ mkShell {
   name = "rust-dev-shell";
 
   nativeBuildInputs = [
-    rustc cargo rust-analyzer clippy
+    rustc cargo rust-analyzer clippy rustfmt
     cargo-watch cargo-edit cargo-outdated
     xh systemfd tokio-console
     # required for tokio-console's console-subscriber