From d048a7b6a225f9e30b2a95e9461f4c267eb29af0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Mar 2024 16:17:39 -0800 Subject: add configuration for my work machine --- hosts/common/darwin/homebrew.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts/common/darwin/homebrew.nix') diff --git a/hosts/common/darwin/homebrew.nix b/hosts/common/darwin/homebrew.nix index 0a7a2c9..60fbd6b 100644 --- a/hosts/common/darwin/homebrew.nix +++ b/hosts/common/darwin/homebrew.nix @@ -10,12 +10,17 @@ brews = [ "aspell" # spelling - "kind" # to run local k8s cluster "envoy" # to do some testing with envoy + "go" # it's also installed by nix, but this is a fallback, just in case + "hashicorp/tap/boundary" # https://www.boundaryproject.io/ + "kind" # to run local k8s cluster + "kubebuilder" + "s3cmd" ]; taps = [ "homebrew/cask-fonts" + "hashicorp/tap" ]; casks = [ -- cgit v1.2.3