lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

kubernetes-helm-wrapped: fix wrapper

authored by

Marvin Strangfeld and committed by
Matthieu Coudron
0f783d55 d4f591b3

+1 -2
+1 -2
pkgs/applications/networking/cluster/helm/wrapper.nix
··· 23 23 # Remove the symlinks created by symlinkJoin which we need to perform 24 24 # extra actions upon 25 25 postBuild = '' 26 - rm $out/bin/helm 27 - makeWrapper "${helm}/bin/helm" "$out/bin/helm" "--argv0" "$0" \ 26 + wrapProgram "$out/bin/helm" \ 28 27 "--set" "HELM_PLUGINS" "${pluginsDir}" ${extraMakeWrapperArgs} 29 28 ''; 30 29 paths = [ helm pluginsDir ];