From 373cbf1815b9f8e7030368f6e71cc0f12b0c7747 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 18 Mar 2025 12:22:45 -0500 Subject: [PATCH] update lldb path? --- config/dap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dap.nix b/config/dap.nix index 5498763..c1edbfc 100644 --- a/config/dap.nix +++ b/config/dap.nix @@ -8,7 +8,7 @@ adapters = { executables = { lldb = { - command = lib.getExe' pkgs.lldb "lldb-vscode"; + command = lib.getExe' pkgs.lldb "lldb-dap"; }; };