about summary refs log tree commit diff
path: root/nix/hosts/common/homebrew.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/hosts/common/homebrew.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix
index 8e1a599..db9be76 100644
--- a/nix/hosts/common/homebrew.nix
+++ b/nix/hosts/common/homebrew.nix
@@ -10,11 +10,14 @@
 
     brews = [
       "go" # it's also installed by nix, but this is a fallback, just in case
+
+      # various hashicorp related tools
       "hashicorp/tap/boundary" # https://www.boundaryproject.io/
       "hashicorp/tap/nomad-pack"
+
+      # kubernetes stuff
       "kind" # to run local k8s cluster
       "kubebuilder"
-      "s3cmd"
     ];
 
     taps = [