Skip to content

Commit

Permalink
ensure clang-format is using the same version on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 9, 2024
1 parent 75cfd79 commit 824d33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maintainers/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
hooks = {
clang-format = {
enable = true;
# https://github.com/cachix/git-hooks.nix/pull/532
package = pkgs.llvmPackages_latest.clang-tools;
excludes = [
# We don't want to format test data
# ''tests/(?!nixos/).*\.nix''
Expand Down

0 comments on commit 824d33f

Please sign in to comment.