From ee4fce85418090d48febce067d58b8c5432cc800 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 12 Jan 2026 15:20:00 -0500 Subject: [PATCH] nixfmt-rfc-style -> nixfmt --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 90cdffe..25f45ea 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ niri-package = inputs.niri.packages.${system}.niri-unstable; in { - formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style; + formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt; nixosConfigurations = nixpkgs.lib.foldl' ( config: hostname: