diff --git a/formatter.nix b/formatter.nix index 29e2492e7..215b5b126 100644 --- a/formatter.nix +++ b/formatter.nix @@ -4,7 +4,7 @@ perSystem = { self', pkgs, ... }: { - treefmt.projectRootFile = ".git/config"; + treefmt.projectRootFile = "LICENSE.md"; treefmt.programs.shellcheck.enable = true; treefmt.programs.mypy.enable = true;