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"; }; };