diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 7ff85cd..473e651 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -4,8 +4,10 @@ environment = { systemPackages = with pkgs; [ chart-testing + goreleaser kopia kubectx + reposurgeon ]; };