From 56ee5d06701cc9a0a0721a4d33216233ed46c34a Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 23 Jul 2025 09:59:59 -0500 Subject: [PATCH] flake: use nixfmt stable release Signed-off-by: Austin Horstman --- Makefile | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ac9b791e4..36995abc1 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ test-install: HOME=$(shell mktemp -d) NIX_PATH=${NIX_PATH} nix-shell . -A install format: - nix-shell -p treefmt nixfmt-rfc-style deadnix keep-sorted --run "treefmt --config-file ./treefmt.toml" + nix-shell -p treefmt nixfmt deadnix keep-sorted --run "treefmt --config-file ./treefmt.toml" diff --git a/flake.nix b/flake.nix index 27ce59636..f9147c698 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,7 @@ pkgs: pkgs.treefmt.withConfig { runtimeInputs = with pkgs; [ - nixfmt-rfc-style + nixfmt deadnix keep-sorted ];