helm stuff

This commit is contained in:
2026-01-02 16:02:05 -07:00
parent b882fe4a20
commit 52718cc43b

View File

@@ -58,7 +58,7 @@
description = "github"; description = "github";
extraGroups = [ "docker" ]; extraGroups = [ "docker" ];
shell = pkgs.fish; shell = pkgs.fish;
packages = [ packages = with pkgs; [
kubernetes-helm kubernetes-helm
]; ];
}; };