From 39087321811e81e26a1a47d6967df1088dcf0e95 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 19 May 2020 20:47:23 +0100 Subject: style(3p/nix): Final act in the brace-wrapping saga This last change set was generated by a full clang-tidy run (including compilation): clang-tidy -p ~/projects/nix-build/ \ -checks=-*,readability-braces-around-statements -fix src/*/*.cc Actually running clang-tidy requires some massaging to make it play nice with Nix + meson, I'll be adding a wrapper or something for that soon. --- third_party/nix/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/nix/default.nix') diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index a62f16b4a25c..263878cea436 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -20,6 +20,7 @@ in stdenv.mkDerivation { nativeBuildInputs = with pkgs; [ bison + clang-tools meson ninja pkgconfig -- cgit 1.4.1