From c3325e643c6bb10f085d0aa0adcb46d8956371e3 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 22 Oct 2025 15:46:03 +0200 Subject: [PATCH] Ensure clippy is available in dev shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 73890f6..1649623 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,7 @@ let extensions = [ "rust-src" "rust-analyzer" + "clippy" ]; }; })