kubernetes-helmPlugins: Enable build on hydra
Plugins support was introduced inb9bf757503by downloading prebuilt binaries, and later switched to build rather than download in93ea4e0102. We should now enable build on hydra, helm-cm/push/helm-diff/helm-s3 are go packages.
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user