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; [
|
||||
gnumake
|
||||
go
|
||||
python37
|
||||
python37Packages.pyls-black
|
||||
python37Packages.pyls-isort
|
||||
python37Packages.pyls-mypy
|
||||
python38
|
||||
python38Packages.pyls-black
|
||||
python38Packages.pyls-isort
|
||||
python38Packages.pyls-mypy
|
||||
python38Packages.python-language-server
|
||||
python38Packages.requests
|
||||
rustup
|
||||
unstable.golangci-lint
|
||||
unstable.gopls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue