update lldb path?

This commit is contained in:
2025-03-18 12:22:45 -05:00
parent 71bf667d83
commit 373cbf1815

View File

@@ -8,7 +8,7 @@
adapters = {
executables = {
lldb = {
command = lib.getExe' pkgs.lldb "lldb-vscode";
command = lib.getExe' pkgs.lldb "lldb-dap";
};
};