From 5f1789a18443a88e4855d688834b1c9df81f70ce Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Wed, 21 Oct 2020 09:52:54 +0200 Subject: [PATCH] Update to Python 3.8 --- python_environment/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_environment/default.nix b/python_environment/default.nix index f1f781e..b38f66f 100644 --- a/python_environment/default.nix +++ b/python_environment/default.nix @@ -3,8 +3,8 @@ with import {}; stdenv.mkDerivation { name = "myPythonEnv"; buildInputs = with pkgs; [ - python37Full - python37Packages.virtualenv + python38Full + python38Packages.virtualenv ]; src = null; shellHook = ''