Update pkgs/top-level/all-packages.nix

Co-authored-by: Eric Bailey <yurrriq@users.noreply.github.com>
This commit is contained in:
Matthieu Coudron 2021-02-16 23:09:39 +01:00 committed by Eric Bailey
parent b9bf757503
commit 7667cf9112
1 changed files with 1 additions and 1 deletions

View File

@ -23403,7 +23403,7 @@ in
wrapHelm = callPackage ../applications/networking/cluster/helm/wrapper.nix { }; wrapHelm = callPackage ../applications/networking/cluster/helm/wrapper.nix { };
kubernetes-helm-wrapped = wrapHelm kubernetes-helm-unwrapped {}; kubernetes-helm-wrapped = wrapHelm kubernetes-helm {};
kubernetes-helmPlugins = dontRecurseIntoAttrs (callPackage ../applications/networking/cluster/helm/plugins { }); kubernetes-helmPlugins = dontRecurseIntoAttrs (callPackage ../applications/networking/cluster/helm/plugins { });