From 536c3334c18695607c3562d1a284217c672a9fce Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 13 Jun 2024 13:59:33 -0400 Subject: [PATCH] Add terraform-docs to work laptop --- modules/hosts/darwin/mightymac/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index fe5495b..dc8aef1 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -31,6 +31,7 @@ "node_exporter" "podman" "telegraf" + "terraform-docs" ]; casks = [ "asana"