Remove default python install, keep isort and pylsp from it though
This commit is contained in:
parent
c5c1ae0bc2
commit
38e6132dac
|
@ -5,19 +5,10 @@
|
||||||
nil
|
nil
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
(python3.withPackages
|
isort
|
||||||
(ps:
|
|
||||||
with ps; [
|
|
||||||
isort
|
|
||||||
mypy
|
|
||||||
python-lsp-server
|
|
||||||
numpy
|
|
||||||
matplotlib
|
|
||||||
pandas
|
|
||||||
xarray
|
|
||||||
]))
|
|
||||||
ruff
|
ruff
|
||||||
poetry
|
poetry
|
||||||
|
python3Packages.python-lsp-server
|
||||||
|
|
||||||
# Fortran
|
# Fortran
|
||||||
gfortran
|
gfortran
|
||||||
|
|
Loading…
Reference in a new issue