pre-commit: fix nixfmt-rfc-style name deprecation

> warning: nixfmt-rfc-style is now the same as pkgs.nixfmt which should
> be used instead.
This commit is contained in:
Martin Weinelt
2026-03-04 16:01:52 +01:00
parent 25eae48a09
commit ff91d3cf68
+1 -1
View File
@@ -169,7 +169,7 @@
# nix # nix
deadnix.enable = true; deadnix.enable = true;
nixfmt-rfc-style.enable = true; nixfmt.enable = true;
# python # python
pyright.enable = true; pyright.enable = true;