From cbd12a36afa4bd50f500c1230cd5d2dbd4079831 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 27 Mar 2024 09:20:20 -0400 Subject: [PATCH] Add missing cli utils for podman-desktop --- modules/hosts/darwin/mightymac/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 984e073..b409d1f 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -19,8 +19,10 @@ brews = [ "adr-tools" "helm" + "kind" "kubernetes-cli" "lima" + "podman" ]; casks = [ "asana"