Add goreleaser and reposurgeon

This commit is contained in:
Gene Liverman 2024-05-14 14:49:57 -04:00
parent 65daec1d98
commit 3221e9b677

View file

@ -4,8 +4,10 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
chart-testing chart-testing
goreleaser
kopia kopia
kubectx kubectx
reposurgeon
]; ];
}; };