mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python310Packages: Recurse into package set
Python 3.10 is the latest Python release and, together with Python 3.9 will be one of the two supported releases in the upcoming 22.05 release.
This commit is contained in:
parent
76488857ab
commit
125f023a50
@ -13687,7 +13687,7 @@ with pkgs;
|
||||
python37Packages = python37.pkgs;
|
||||
python38Packages = recurseIntoAttrs python38.pkgs;
|
||||
python39Packages = recurseIntoAttrs python39.pkgs;
|
||||
python310Packages = python310.pkgs;
|
||||
python310Packages = recurseIntoAttrs python310.pkgs;
|
||||
python311Packages = python311.pkgs;
|
||||
pypyPackages = pypy.pkgs;
|
||||
pypy2Packages = pypy2.pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user