nix: use nightly rustfmt; add taplo

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie4a1b5a29166931aac006a44874374346a6a6964
This commit is contained in:
raf 2025-11-17 15:59:39 +03:00
commit 4c22cf5d2a
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -4,6 +4,7 @@
rustfmt,
clippy,
cargo,
taplo,
rustc,
rustPlatform,
gnuplot,
@ -16,8 +17,9 @@ mkShell {
rustc
rust-analyzer-unwrapped
rustfmt
(rustfmt.override {asNightly = true;})
clippy
taplo
gnuplot # For Criterion.rs plots
];