From c042771dbc93ff38cf8070e17bafa49884ac6a98 Mon Sep 17 00:00:00 2001 From: Paul Gray Date: Sat, 4 Jan 2025 10:10:15 -0500 Subject: [PATCH] Add clippy to the devshell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d036a22..d0c8c06 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,7 @@ rustfmt cargo rustc + clippy ]; }; }