treefmt: enable shellcheck

This commit is contained in:
zimbatm 2023-04-03 18:30:11 +02:00
parent 6dc0711599
commit e0c99520cb
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -1,5 +1,6 @@
{
projectRootFile = ".git/config";
programs.nixpkgs-fmt.enable = true;
programs.shellcheck.enable = true;
programs.shfmt.enable = true;
}