Skip to content

Commit

Permalink
Include clang-format in dev shell only
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 25, 2022
1 parent 6d32d7e commit c36d760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
nativeBuildDeps =
[
buildPackages.bison
buildPackages.clang-tools
buildPackages.flex
(lib.getBin buildPackages.lowdown-nix)
buildPackages.mdbook
Expand Down Expand Up @@ -681,7 +680,7 @@
outputs = [ "out" "dev" "doc" ];

nativeBuildInputs = nativeBuildDeps;
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps;
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps ++ [ buildPackages.clang-tools ];

inherit configureFlags;

Expand Down

0 comments on commit c36d760

Please sign in to comment.