From ee939e7f38d4a2d8608f546a35b56dee5f867d16 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 18 Jun 2020 20:05:29 -0400 Subject: [PATCH] add clangd to dev tools --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index b0cc653..dd3c43c 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,6 @@ let in pkgs.mkShell { buildInputs = with pkgs; with xorg; [ - libX11 libXinerama libXft + libX11 libXinerama libXft clang-tools ]; }