upgrade to python38

This commit is contained in:
foosinn 2020-11-30 12:02:42 +01:00
parent a7b12d2e18
commit c4886b737e

View file

@ -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