From 7dd2be51f0ffb9129126fbcf80ad727fc6d57a1f Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Mon, 13 Mar 2023 13:21:29 +1000
Subject: [PATCH] treefmt: switch to hclfmt

---
 treefmt.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/treefmt.nix b/treefmt.nix
index 05be483..d361327 100644
--- a/treefmt.nix
+++ b/treefmt.nix
@@ -7,7 +7,7 @@
       # Used to find the project root
       projectRootFile = "flake.lock";
 
-      programs.terraform.enable = true;
+      programs.hclfmt.enable = true;
 
       settings.formatter = {
         nix = {