Skip to content

Commit 6119758

Browse files
squatsandydoo
andauthored
Update modules/hooks.nix
Co-authored-by: sander <hey@sandydoo.me>
1 parent fe47562 commit 6119758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ in
23172317
description = "CLI tool for linting and testing Helm charts";
23182318
files = "^charts/";
23192319
package = tools.chart-testing;
2320-
entry = "${pkgs.chart-testing}/bin/ct lint --all --skip-helm-dependencies";
2320+
entry = "${hooks.chart-testing.package}/bin/ct lint --all --skip-helm-dependencies";
23212321
pass_filenames = false;
23222322
};
23232323
checkmake = {

0 commit comments

Comments
 (0)