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 {
|
||||
name = "myPythonEnv";
|
||||
buildInputs = with pkgs; [
|
||||
python38Full
|
||||
python38Packages.virtualenv
|
||||
python3Full
|
||||
python3Packages.virtualenv
|
||||
];
|
||||
src = null;
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue