helmfile: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 18:35:31 +02:00
parent 1e459708ac
commit 2237ea17e8
2 changed files with 1 additions and 3 deletions
+1 -3
View File
@@ -15371,9 +15371,7 @@ with pkgs;
buildGoModule = buildGo123Module;
};
helmfile = callPackage ../applications/networking/cluster/helmfile { };
helmfile-wrapped = callPackage ../applications/networking/cluster/helmfile {
helmfile-wrapped = helmfile.override {
inherit (kubernetes-helm-wrapped.passthru) pluginsDir;
};