diff --git a/flake.nix b/flake.nix index 067c6f99..e53e77c5 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,8 @@ inherit (pkgs) copyparty; default = self.packages.${system}.copyparty; }; + + formatter = pkgs.nixfmt-tree; } ); }