From a4429f9b9b99f822fb858ee567ccc20eeffc0170 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Tue, 21 Feb 2023 15:05:38 +0800 Subject: [PATCH] kubernetes-helmPlugins: Enable build on hydra Plugins support was introduced in b9bf7575034fcd618228b79673a50ba9948070b4 by downloading prebuilt binaries, and later switched to build rather than download in 93ea4e0102bd979c05f038d885179e1a34c0194f. We should now enable build on hydra, helm-cm/push/helm-diff/helm-s3 are go packages. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3f7c591eae2b..ac4ee90112fb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };