change Python version to 3

This commit is contained in:
Denis Lehmann 2021-03-06 00:39:18 +01:00
parent 5f1789a184
commit b2e0bda97e

View file

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