From 889fd732322a9e5eb66e299e017180380b1e1ad3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 27 Jan 2023 09:57:49 -0600 Subject: [PATCH] adding gdb --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index cc5d28e..d01cb90 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ mkShell rec { nativeBuildInputs = [ gcc gnumake + gdb clang qtcreator cmake