aboutsummaryrefslogtreecommitdiff
path: root/nix/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-11-17 11:37:52 -0800
committerFranck Cuny <franck@fcuny.net>2024-11-17 11:37:52 -0800
commit25ae466f5623dff81ceb8fd10b24195a01b0f3f1 (patch)
tree5d9c490d22ae16929389534a9b940c18f83b9c95 /nix/hosts
parentmove machine configurations under darwin and nixos (diff)
downloadinfra-25ae466f5623dff81ceb8fd10b24195a01b0f3f1.tar.gz
manage a few more things with nix instead of homebrew
Diffstat (limited to 'nix/hosts')
-rw-r--r--nix/hosts/darwin/homebrew.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nix/hosts/darwin/homebrew.nix b/nix/hosts/darwin/homebrew.nix
index 0840b06..687bf2e 100644
--- a/nix/hosts/darwin/homebrew.nix
+++ b/nix/hosts/darwin/homebrew.nix
@@ -7,20 +7,6 @@
onActivation.autoUpdate = true;
onActivation.upgrade = true;
- 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"
- ];
-
- taps = [ "hashicorp/tap" ];
-
casks = [
"1password-cli"
"docker"