kubernetes-helmPlugins: Enable build on hydra

Plugins support was introduced in b9bf757503
by downloading prebuilt binaries, and later switched to build rather than
download in 93ea4e0102.

We should now enable build on hydra, helm-cm/push/helm-diff/helm-s3 are
go packages.
This commit is contained in:
Zhong Jianxin
2023-02-21 15:05:38 +08:00
parent e0b99fe0fe
commit a4429f9b9b
+1 -1
View File
@@ -30933,7 +30933,7 @@ with pkgs;
kubernetes-helm-wrapped = wrapHelm kubernetes-helm {};
kubernetes-helmPlugins = dontRecurseIntoAttrs (callPackage ../applications/networking/cluster/helm/plugins { });
kubernetes-helmPlugins = recurseIntoAttrs (callPackage ../applications/networking/cluster/helm/plugins { });
chart-testing = callPackage ../applications/networking/cluster/helm/chart-testing { };