From ba415fa7e7cd8df4266cbb042819869396963320 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 24 Aug 2025 00:08:25 +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 ac1946a..143aa96 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