Update to Python 3.8

This commit is contained in:
Denis Lehmann 2020-10-21 09:52:54 +02:00
parent e21e5cbee9
commit 5f1789a184

View file

@ -3,8 +3,8 @@ with import <nixpkgs> {};
stdenv.mkDerivation {
name = "myPythonEnv";
buildInputs = with pkgs; [
python37Full
python37Packages.virtualenv
python38Full
python38Packages.virtualenv
];
src = null;
shellHook = ''