better project root hint

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

View File

@@ -4,7 +4,7 @@
perSystem = perSystem =
{ self', pkgs, ... }: { self', pkgs, ... }:
{ {
treefmt.projectRootFile = "flake.nix"; treefmt.projectRootFile = ".git/config";
treefmt.programs.shellcheck.enable = true; treefmt.programs.shellcheck.enable = true;
treefmt.programs.mypy.enable = true; treefmt.programs.mypy.enable = true;