From 4c22cf5d2abcb54923009a1d50828325c028596c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 17 Nov 2025 15:59:39 +0300 Subject: [PATCH] nix: use nightly rustfmt; add taplo Signed-off-by: NotAShelf Change-Id: Ie4a1b5a29166931aac006a44874374346a6a6964 --- nix/shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index 0577a0a..111b803 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -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 ];