Add llvmPackages.lldb as debugger in default.nix
This commit is contained in:
parent
37bf18df7f
commit
9d0e4cfcb5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ let
|
|||
env = with pkgs.rustUnstable; [
|
||||
rustc
|
||||
cargo
|
||||
pkgs.llvmPackages.lldb
|
||||
];
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue