nix: use nightly rustfmt

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6eaf1601eb69ef59c0fb5f20e03a5a416a6a6964
This commit is contained in:
raf 2026-03-17 15:50:10 +03:00
commit d617e7bb35
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -17,7 +17,7 @@ mkShell {
cargo
# Tools
rustfmt
(rustfmt.override {asNightly = true;})
clippy
cargo
taplo
@ -26,5 +26,5 @@ mkShell {
rust-analyzer-unwrapped
];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
}
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
}