Set python version to 3.10 in the nix shell definition

This commit is contained in:
Campbell Alden 2022-12-13 15:33:51 +09:00
parent a65f98780a
commit b86569a381

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation {
buildInputs = [ buildInputs = [
pip pip
python3 python310
virtualenv virtualenv
]; ];