nixfmt-rfc-style -> nixfmt-tree

This commit is contained in:
2026-01-12 15:23:28 -05:00
parent 28623c3d97
commit aeab0a6f5b

View File

@@ -170,7 +170,7 @@
lib = import ./modules/lib.nix { inherit inputs pkgs; }; lib = import ./modules/lib.nix { inherit inputs pkgs; };
in in
{ {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
nixosConfigurations.${hostname} = lib.nixosSystem { nixosConfigurations.${hostname} = lib.nixosSystem {
inherit system; inherit system;
specialArgs = { specialArgs = {