1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

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

View file

@ -23403,7 +23403,7 @@ in
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 { });