diff --git a/formatter.nix b/formatter.nix index 1cdc3365..a709eb5f 100644 --- a/formatter.nix +++ b/formatter.nix @@ -4,7 +4,7 @@ perSystem = { self', pkgs, ... }: { - treefmt.projectRootFile = "flake.nix"; + treefmt.projectRootFile = ".git/config"; treefmt.programs.shellcheck.enable = true; treefmt.programs.mypy.enable = true;