From 909d39391efa9a1f74f7386cb6919b2722e06310 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 29 Jul 2025 15:53:54 -0500 Subject: [PATCH] PULL_REQUEST_TEMPLATE: nixfmt-rfc-style -> nixfmt (#7580) We now use the stable release. Signed-off-by: Austin Horstman --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 29c42152d..485592712 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Also make sure to read the guidelines found at - [ ] Change is backwards compatible. - [ ] Code formatted with `nix fmt` or - `nix-shell -p treefmt nixfmt-rfc-style deadnix keep-sorted --run treefmt`. + `nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt`. - [ ] Code tested through `nix-shell --pure tests -A run.all` or `nix build --reference-lock-file flake.lock ./tests#test-all` using Flakes.