feat: add debug adapters to nix shell
This commit is contained in:
parent
13fb093d33
commit
5ea809eaa0
8 changed files with 32 additions and 11 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {},
|
||||
crane ? builtins.getFlake "github:ipetkov/crane"
|
||||
}:
|
||||
let
|
||||
inherit (pkgs)
|
||||
rust-analyzer
|
||||
let inherit (pkgs)
|
||||
rust-analyzer
|
||||
lldb_21
|
||||
;
|
||||
in (crane.mkLib pkgs).devShell {
|
||||
packages = [ rust-analyzer ];
|
||||
packages = [ rust-analyzer lldb_21 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue