upgrade to python38
This commit is contained in:
parent
a7b12d2e18
commit
c4886b737e
1 changed files with 6 additions and 4 deletions
|
@ -6,10 +6,12 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnumake
|
gnumake
|
||||||
go
|
go
|
||||||
python37
|
python38
|
||||||
python37Packages.pyls-black
|
python38Packages.pyls-black
|
||||||
python37Packages.pyls-isort
|
python38Packages.pyls-isort
|
||||||
python37Packages.pyls-mypy
|
python38Packages.pyls-mypy
|
||||||
|
python38Packages.python-language-server
|
||||||
|
python38Packages.requests
|
||||||
rustup
|
rustup
|
||||||
unstable.golangci-lint
|
unstable.golangci-lint
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue