From 49d1e9434d7efcf2df8fc3be2329dd5a45f60a58 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 4 May 2020 17:11:12 +0200 Subject: [PATCH] nix: use clang-tools instead of clang (this is possible now that we handled clang-format v7 vs v9 incompatibility) --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index bcb8dd841..46cba163b 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation { SDL2_image autoflake check - clang + clang-tools gcc gnumake graphviz