diff --git a/flake.nix b/flake.nix index d71313cf..7af8fe82 100644 --- a/flake.nix +++ b/flake.nix @@ -60,8 +60,6 @@ } ); - formatter = nixpkgs.lib.genAttrs targetSystems (system: { - default = (pkgsFor system).nixfmt-rfc-style; - }); + formatter = nixpkgs.lib.genAttrs targetSystems (system: (pkgsFor system).nixfmt-rfc-style); }; }