From 714d516cf89b50c92c56d87f8f088369161d73c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 22 May 2025 16:24:44 +0200 Subject: [PATCH] environments/rust: +clippy --- nix/environments/rust.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/environments/rust.nix b/nix/environments/rust.nix index 45afe645..7623099c 100644 --- a/nix/environments/rust.nix +++ b/nix/environments/rust.nix @@ -12,5 +12,6 @@ buildEnv { rustc rustfmt rust-analyzer + clippy ]; }