nixfmt: still user RC style package

This commit is contained in:
Trolli Schmittlauch 2024-11-15 20:58:09 +01:00
parent b8d2906190
commit 8d9e6f53ad
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ let
nixHelpers = [ nixHelpers = [
nixpkgs-review nixpkgs-review
nixfmt nixfmt-rfc-style
nix-top nix-top
statix statix
]; ];

View file

@ -78,7 +78,7 @@
"editor.formatOnSave" = false; "editor.formatOnSave" = false;
"editor.formatOnType" = false; "editor.formatOnType" = false;
}; };
"nix.formatterPath" = lib.getExe pkgs.nixfmt; "nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
"nix.enableLanguageServer" = true; "nix.enableLanguageServer" = true;
"nix.serverPath" = lib.getExe pkgs.nixd; "nix.serverPath" = lib.getExe pkgs.nixd;
"nix.serverSettings" = { }; "nix.serverSettings" = { };