Fix broken auto-deployments

This commit is contained in:
Greg Hellings
2025-11-23 14:43:36 -06:00
parent bfd8e7cf95
commit 893db983e0
3 changed files with 14 additions and 9 deletions
+2 -3
View File
@@ -68,8 +68,7 @@
);
charts_overlay = (
_f: _p: {
chartsDerivations = top.charts.chartsDerivations."${_p.stdenv.hostPlatform.system}";
kubelib = top.nix-kube-generators.lib;
chartsMetadata = top.charts.chartsMetadata;
}
);
overlays = [
@@ -113,7 +112,7 @@
...
}:
{
_module.args = {
_module.args = rec {
pkgs = import top.nixunstable { inherit system overlays; };
};