nixfmt(-rfc-style): rename to new default

This commit is contained in:
Trolli Schmittlauch 2024-11-15 01:19:59 +01:00
parent 92dfeb989b
commit b8d2906190
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@
{ pkgs, ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt-rfc-style.enable = true;
programs.nixfmt.enable = true;
};
in
{