From c435cd09c793e4f50067d30b433b4fda2b1ccd4a Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 5 Nov 2025 20:23:17 +0100 Subject: [PATCH] nix: add missing packages to devshell --- devShells/flake-module.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devShells/flake-module.nix b/devShells/flake-module.nix index 89d2585..ef4ee1b 100644 --- a/devShells/flake-module.nix +++ b/devShells/flake-module.nix @@ -11,6 +11,9 @@ pkgs.nixfmt-rfc-style pkgs.cargo pkgs.rust-analyzer + pkgs.rustc + pkgs.clippy + pkgs.rustfmt ]; }; };