summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 00:43:31 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 00:43:31 +0200
commit402b97fbdf4857adc5aa80f85fa5e59148e126b7 (patch)
tree666e08bf605b3e09064cb965c3596684e3c0da5e /shell.nix
parent2e2da1fd114edb932954a108ddb6f7359dbb868a (diff)
downloadprobe-402b97fbdf4857adc5aa80f85fa5e59148e126b7.tar.gz
Added debuggers to Nix shell
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 4 insertions, 0 deletions
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