Skip to content

Commit 4c22cf5

Browse files
committed
nix: use nightly rustfmt; add taplo
Signed-off-by: NotAShelf <[email protected]> Change-Id: Ie4a1b5a29166931aac006a44874374346a6a6964
1 parent d438800 commit 4c22cf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/shell.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
rustfmt,
55
clippy,
66
cargo,
7+
taplo,
78
rustc,
89
rustPlatform,
910
gnuplot,
@@ -16,8 +17,9 @@ mkShell {
1617
rustc
1718

1819
rust-analyzer-unwrapped
19-
rustfmt
20+
(rustfmt.override {asNightly = true;})
2021
clippy
22+
taplo
2123

2224
gnuplot # For Criterion.rs plots
2325
];

0 commit comments

Comments
 (0)