From bcf20363eb93b131122e0aa972c7ea94a522ed95 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 18 Oct 2019 17:30:45 +0000 Subject: [PATCH] nix: let's install clang instead of clang-tools clang package will install clang-format v7 which is the same as we use in the docker container installing clang-tools will install clang-format v9 which has different formatting rules --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 3f617e51f..0ffee7b19 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation { SDL2_image autoflake check - clang-tools + clang gcc gnumake graphviz