From 5c0bb8fdde0b5f21f76726e39a789d38893ffedc Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 11 Mar 2021 15:02:57 +0100 Subject: [PATCH] add rustfmt --- rust_environment/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/rust_environment/shell.nix b/rust_environment/shell.nix index 6255daf..cd7a9b2 100644 --- a/rust_environment/shell.nix +++ b/rust_environment/shell.nix @@ -4,6 +4,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ cargo rustc + rustfmt ]; shellHook = '' function log_header {