From c4886b737ee438ec305cedcef45cfb26ade33091 Mon Sep 17 00:00:00 2001 From: foosinn Date: Mon, 30 Nov 2020 12:02:42 +0100 Subject: [PATCH] upgrade to python38 --- roles/dev.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/roles/dev.nix b/roles/dev.nix index 9a9d598..38bd76c 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -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