From 3221e9b677165ad4502e3e2e74dd51b56e63a117 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 14 May 2024 14:49:57 -0400 Subject: [PATCH] Add goreleaser and reposurgeon --- 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 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 ]; };