From 5a55725bd5de3f0640ccfcbf38600fc79b3f92fd Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Wed, 4 Feb 2026 11:26:22 -0800 Subject: [PATCH] Update to use nixfmt instead of nixfmt-rfc-style --- config/plugins/lsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index ace6f03..40eeaf6 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -86,7 +86,7 @@ # nix nixd = { enable = true; - config.formatting.command = [ "${pkgs.nixfmt-rfc-style}/bin/nixfmt" ]; + config.formatting.command = [ "${pkgs.nixfmt}/bin/nixfmt" ]; }; }; };