Switch to nixfmt-rfc-style

This commit is contained in:
Torjus Håkestad 2024-07-17 22:19:15 +02:00
parent f95018e7f6
commit a85c6f2f4b
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# nix stuff # nix stuff
nixpkgs-fmt nixfmt-rfc-style
statix statix
# LSPs # LSPs

View File

@ -62,7 +62,7 @@ lspconfig.nil_ls.setup({
settings = { settings = {
['nil'] = { ['nil'] = {
formatting = { formatting = {
command = { "nixpkgs-fmt" }, command = { "nixfmt" },
}, },
}, },
}, },