Skip to content

Commit

Permalink
Allow terraform-format hook packge to be override
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 21, 2025
1 parent ab28a21 commit c0c1386
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/languages/terraform.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ in
tfsec
];

git-hooks.hooks.terraform-format.package = cfg.package;
git-hooks.hooks.terraform-format.package = lib.mkOverride (
lib.modules.defaultPriority - 1
) cfg.package;
};
}

0 comments on commit c0c1386

Please sign in to comment.