Make charts charty again

This commit is contained in:
Greg Hellings
2025-09-11 23:00:19 -05:00
parent 3b24d5ae26
commit a7e0b32df4
3 changed files with 14 additions and 15 deletions
+4 -1
View File
@@ -67,7 +67,10 @@
})
);
charts_overlay = (
_f: _p: { inherit (top.charts) chartsMetadata; }
_f: _p: {
chartsDerivations = top.charts.chartsDerivations."${_p.stdenv.hostPlatform.system}";
kubelib = top.nix-kube-generators.lib;
}
);
overlays = [
top.agenix.overlays.default