nix: use nightly rustfmt
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6eaf1601eb69ef59c0fb5f20e03a5a416a6a6964
This commit is contained in:
parent
f52a2895de
commit
d617e7bb35
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ mkShell {
|
||||||
cargo
|
cargo
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
rustfmt
|
(rustfmt.override {asNightly = true;})
|
||||||
clippy
|
clippy
|
||||||
cargo
|
cargo
|
||||||
taplo
|
taplo
|
||||||
|
|
@ -26,5 +26,5 @@ mkShell {
|
||||||
rust-analyzer-unwrapped
|
rust-analyzer-unwrapped
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue