Set python version to 3.10 in the nix shell definition
This commit is contained in:
parent
a65f98780a
commit
b86569a381
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
pip
|
||||
python3
|
||||
python310
|
||||
virtualenv
|
||||
];
|
||||
|
||||
|
|
|
|||
Reference in a new issue