From 9a4e8e3a5c815d26620e39df7c0b9e2d964f3a58 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Tue, 8 Aug 2023 09:46:36 +0200 Subject: [PATCH] add lldb --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index b943bd7..32733f9 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ clang just + lldb tup valgrind