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; [
|
env = with pkgs.rustUnstable; [
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
|
pkgs.llvmPackages.lldb
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue