From 346b3e01a27f68c26581090357407bae73b27060 Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 7 Jul 2022 00:36:52 +0300 Subject: Add rustfmt to shell.nix --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell.nix') 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 -- cgit 1.4.1