better project root hint

This commit is contained in:
Jörg Thalheim 2024-07-09 13:49:42 +02:00
parent bb78eff301
commit 6c91cff672

View File

@ -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;