PULL_REQUEST_TEMPLATE: nixfmt-rfc-style -> nixfmt (#7580)

We now use the stable release.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-07-29 15:53:54 -05:00
committed by GitHub
parent b108e6b7f7
commit 909d39391e

View File

@@ -22,7 +22,7 @@ Also make sure to read the guidelines found at
- [ ] Change is backwards compatible. - [ ] Change is backwards compatible.
- [ ] Code formatted with `nix fmt` or - [ ] 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` - [ ] Code tested through `nix-shell --pure tests -A run.all`
or `nix build --reference-lock-file flake.lock ./tests#test-all` using Flakes. or `nix build --reference-lock-file flake.lock ./tests#test-all` using Flakes.