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" ]; }; })