From 272c7fbfcb15f188db84f6dd6a209b8f05558cef Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 24 Feb 2025 10:04:13 -0500 Subject: [PATCH] meta: update formatter in contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d9d71c0..fe2751ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ There are no particular rules for the body. If something deserves an explanation ## Formatting -All files should be formatted with `nixpkgs-fmt`. +All files should be formatted with `nixfmt-rfc-style`. This is linted by a PR check. ## Checks