From 6ca074abae7eb1b91cd0baa32472ba43a23549f4 Mon Sep 17 00:00:00 2001 From: Mg Pig Date: Sat, 18 Apr 2026 20:23:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(nix):=20=E6=B7=BB=E5=8A=A0=20rustfmt=20?= =?UTF-8?q?=E5=92=8C=20clippy=20=E5=88=B0=20Rust=20=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=93=BE=E6=89=A9=E5=B1=95=20(#2126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 81650da5..c2e1a3e9 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,8 @@ extensions = [ "rust-src" "rust-analyzer" + "rustfmt" + "clippy" ] ++ (if builtins.elem "android" features then android.rust.extensions else [ ]);