ma tools/dev: use python37 for default python package
to have python-language-server again
This commit is contained in:
parent
84e7a1f222
commit
dea261e5c4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
users.users.makefu.packages = with pkgs;[
|
users.users.makefu.packages = with pkgs;[
|
||||||
(python3.withPackages(ps: [
|
(python37.withPackages(ps: [
|
||||||
ps.python-language-server
|
ps.python-language-server
|
||||||
# the following plugins are optional, they provide type checking, import sorting and code formatting
|
# the following plugins are optional, they provide type checking, import sorting and code formatting
|
||||||
ps.pyls-mypy ps.pyls-isort ps.pyls-black
|
ps.pyls-mypy ps.pyls-isort ps.pyls-black
|
||||||
|
Loading…
Reference in New Issue
Block a user