python311Packages: Recurse into package set

Python 3.11 is the latest stable release that we are going to support,
together with 3.10, in NixOS 23.05. The default python version will
remain at 3.10, but 3.11 packages will be built on Hydra and provided
from the binary cache.
This commit is contained in:
Martin Weinelt 2022-12-29 01:05:19 +01:00
parent b4cf86d7e0
commit 755532262d

View File

@ -16315,7 +16315,7 @@ with pkgs;
python38Packages = python38.pkgs;
python39Packages = python39.pkgs;
python310Packages = recurseIntoAttrs python310.pkgs;
python311Packages = python311.pkgs;
python311Packages = recurseIntoAttrs python311.pkgs;
python312Packages = python312.pkgs;
pypyPackages = pypy.pkgs;
pypy2Packages = pypy2.pkgs;