dev/treefmt: update projectRootFile
This commit is contained in:
parent
583e86824a
commit
542f099114
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
# Used to find the project root
|
# Used to find the project root
|
||||||
projectRootFile = "flake.lock";
|
projectRootFile = ".git/config";
|
||||||
|
|
||||||
programs.hclfmt.enable = true;
|
programs.hclfmt.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue