Skip to content

Commit

Permalink
Merge pull request #532 from Mic92/clang-format
Browse files Browse the repository at this point in the history
make sure that clang-tools is in the same version across all platforms
  • Loading branch information
sandydoo authored Dec 15, 2024
2 parents af3e53e + 8a8d2b8 commit aa9f40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, callPackage
, cargo
, checkmake
, clang-tools
, llvmPackages_latest
, clippy
, cljfmt
, cmake-format
Expand Down Expand Up @@ -96,6 +96,7 @@ let
};
in
{
clang-tools = llvmPackages_latest.clang-tools;
inherit
actionlint
alejandra
Expand All @@ -106,7 +107,6 @@ in
cabal-fmt
cabal-gild
cargo
clang-tools
clippy
cljfmt
cmake-format
Expand Down

0 comments on commit aa9f40c

Please sign in to comment.