mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-25 16:52:50 +00:00
nix: use nightly rustfmt; add taplo
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie4a1b5a29166931aac006a44874374346a6a6964
This commit is contained in:
parent
d438800738
commit
4c22cf5d2a
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
rustfmt,
|
rustfmt,
|
||||||
clippy,
|
clippy,
|
||||||
cargo,
|
cargo,
|
||||||
|
taplo,
|
||||||
rustc,
|
rustc,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
gnuplot,
|
gnuplot,
|
||||||
|
|
@ -16,8 +17,9 @@ mkShell {
|
||||||
rustc
|
rustc
|
||||||
|
|
||||||
rust-analyzer-unwrapped
|
rust-analyzer-unwrapped
|
||||||
rustfmt
|
(rustfmt.override {asNightly = true;})
|
||||||
clippy
|
clippy
|
||||||
|
taplo
|
||||||
|
|
||||||
gnuplot # For Criterion.rs plots
|
gnuplot # For Criterion.rs plots
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue