From 402b97fbdf4857adc5aa80f85fa5e59148e126b7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 19 Sep 2024 00:43:31 +0200 Subject: Added debuggers to Nix shell --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 1c43449..c52975f 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,10 @@ zig_0_11 zls + # Debuggers. + gdb + lldb + # Dev libraries and deps. xorg.libX11 xorg.libX11.dev -- cgit v1.2.3