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 {
name = "myPythonEnv";
buildInputs = with pkgs; [
python38Full
python38Packages.virtualenv
python3Full
python3Packages.virtualenv
];
src = null;
shellHook = ''