From 2f7886cf125296ee78a88859315f0dfd1072621a Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 24 Aug 2025 00:12:43 +0200 Subject: Add tools to Nix shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b848bd2..3248191 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ # nix develop devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ rustc cargo cargo-edit ]; + nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit ]; }; } ); -- cgit v1.2.3