nix: add missing packages to devshell

This commit is contained in:
Romain Paquet 2025-11-05 20:23:17 +01:00
parent 995e2d3a43
commit c435cd09c7

View file

@ -11,6 +11,9 @@
pkgs.nixfmt-rfc-style pkgs.nixfmt-rfc-style
pkgs.cargo pkgs.cargo
pkgs.rust-analyzer pkgs.rust-analyzer
pkgs.rustc
pkgs.clippy
pkgs.rustfmt
]; ];
}; };
}; };