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
|
|
@ -5,5 +5,8 @@ let inherit (pkgs)
|
|||
;
|
||||
in mkShellNoCC {
|
||||
inputsFrom = [ python3.buildEnv.env ];
|
||||
packages = [ python3.pkgs.python-lsp-server ];
|
||||
packages = [
|
||||
python3.pkgs.python-lsp-server
|
||||
python3.pkgs.debugpy
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue