dev/treefmt: update projectRootFile

This commit is contained in:
zowoq 2023-09-20 09:08:21 +10:00 committed by Jonas Chevalier
parent 583e86824a
commit 542f099114

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
# Used to find the project root
projectRootFile = "flake.lock";
projectRootFile = ".git/config";
programs.hclfmt.enable = true;