From 299813134e75404b5550f552662c4abe47a8c6ac Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Mon, 10 Feb 2025 00:10:55 +0100 Subject: [PATCH] Added clippy and rustfmt --- shell-modules/languages/rust.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/shell-modules/languages/rust.nix b/shell-modules/languages/rust.nix index 7e87c5f..cb1c3cd 100644 --- a/shell-modules/languages/rust.nix +++ b/shell-modules/languages/rust.nix @@ -18,11 +18,14 @@ in config = mkIf config.rust.enable { packages = with pkgs; [ + rustPackage + cargo + clippy + rustfmt + cargo-audit + bacon evcxr - cargo - - rustPackage # TODO: Might be needed for bindgen # rustPlatform.bindgenHook