From e3791ad55c372543bb3df09def5de9df05d0ffdb Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 1 Aug 2024 13:31:57 -0500 Subject: [PATCH] chore: nixfmt-rfc-style Signed-off-by: jolheiser --- config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.nix b/config.nix index 0a01659..b2d7130 100644 --- a/config.nix +++ b/config.nix @@ -168,8 +168,8 @@ name = "nix"; auto-format = true; formatter = { - command = "${alejandra}/bin/alejandra"; - args = ["-qq"]; + command = "${nixfmt-rfc-style}/bin/nixfmt"; + args = ["-q"]; }; } {