We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe47562 commit 6119758Copy full SHA for 6119758
modules/hooks.nix
@@ -2317,7 +2317,7 @@ in
2317
description = "CLI tool for linting and testing Helm charts";
2318
files = "^charts/";
2319
package = tools.chart-testing;
2320
- entry = "${pkgs.chart-testing}/bin/ct lint --all --skip-helm-dependencies";
+ entry = "${hooks.chart-testing.package}/bin/ct lint --all --skip-helm-dependencies";
2321
pass_filenames = false;
2322
};
2323
checkmake = {
0 commit comments