change Python version to 3
This commit is contained in:
parent
5f1789a184
commit
b2e0bda97e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue