Use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style

This commit is contained in:
Alexander Heldt
2026-02-14 10:02:22 +01:00
parent 53fad59691
commit c19b59f88e
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@
in
{
${system}.default = pkgs.mkShell {
packages = [ pkgs.nixfmt-rfc-style ];
packages = [ pkgs.nixfmt ];
};
};
};