From a4a0b9135a81ce37919fb76479da65b9bc04100c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 19 Feb 2026 01:41:00 +0300 Subject: [PATCH] nix: use rustfmt nightly Signed-off-by: NotAShelf Change-Id: I4c40411b77757ed2087589b5fd140e6e6a6a6964 --- nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index d672b69..c9d2e74 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -17,7 +17,7 @@ mkShell { cargo # Tools - rustfmt + (rustfmt.override {asNightly = true;}) clippy cargo taplo