From 728a1fd65f035976af122c4fd6f8c1759bed0900 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 16 Apr 2026 15:37:26 +0200 Subject: [PATCH] Add rustfmt to dev shell's cargo --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 1649623..a3c4da0 100644 --- a/shell.nix +++ b/shell.nix @@ -12,6 +12,7 @@ let (package.override { rust = rust.override { extensions = [ + "rustfmt" "rust-src" "rust-analyzer" "clippy"