add rustfmt

This commit is contained in:
larstvei 2024-12-19 00:35:27 +01:00
parent 1e93e28973
commit d218ffdb3b

View File

@ -69,6 +69,7 @@ with pkgs;
rust = [ rust = [
cargo cargo
rustc rustc
rustfmt
rust-analyzer rust-analyzer
]; ];