nixfmt: rfc-style name is deprecated

also updated the treefmt flake:
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/5b4ee75aeefd1e2d5a1cc43cf6ba65eba75e83e4' (2025-11-12)
  → 'github:numtide/treefmt-nix/f46bb205f239b415309f58166f8df6919fa88377' (2026-01-25)

nixfmt: rfc-style name is deprecated

also updated the treefmt flake:
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/5b4ee75aeefd1e2d5a1cc43cf6ba65eba75e83e4' (2025-11-12)
  → 'github:numtide/treefmt-nix/f46bb205f239b415309f58166f8df6919fa88377' (2026-01-25)
This commit is contained in:
Trolli Schmittlauch 2026-01-27 10:56:59 +01:00
parent ca479db8be
commit 75062d5568
4 changed files with 6 additions and 6 deletions

View file

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