nix: add missing packages to devshell

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

View File

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