Update to use nixfmt instead of nixfmt-rfc-style

This commit is contained in:
alejandro-angulo 2026-02-04 11:26:22 -08:00
parent f0c644efa3
commit 5a55725bd5

View file

@ -86,7 +86,7 @@
# nix # nix
nixd = { nixd = {
enable = true; enable = true;
config.formatting.command = [ "${pkgs.nixfmt-rfc-style}/bin/nixfmt" ]; config.formatting.command = [ "${pkgs.nixfmt}/bin/nixfmt" ];
}; };
}; };
}; };