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; [
# nix stuff
nixpkgs-fmt
nixfmt-rfc-style
statix
# LSPs

View File

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