lsps and stuff
This commit is contained in:
@@ -1,4 +1,34 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ python3 ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
pyright
|
||||
ruff
|
||||
uv
|
||||
|
||||
(python3.withPackages (
|
||||
python-pkgs: with python-pkgs; [
|
||||
numpy
|
||||
pandas
|
||||
requests
|
||||
beautifulsoup4
|
||||
|
||||
ipython
|
||||
|
||||
rich
|
||||
tqdm
|
||||
pydantic
|
||||
pyyaml
|
||||
httpx
|
||||
|
||||
pytest
|
||||
|
||||
types-requests
|
||||
types-beautifulsoup4
|
||||
types-pyyaml
|
||||
pandas-stubs
|
||||
]
|
||||
))
|
||||
|
||||
python3Packages.debugpy
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user