python313Packages: recurse into package set

Python 3.313 is the latest stable Python release and will be supported
through NixOS 24.11 and 25.05.
This commit is contained in:
Martin Weinelt
2024-11-18 18:36:41 +01:00
parent 920dbf9a56
commit 987b804367
+1 -1
View File
@@ -7619,7 +7619,7 @@ with pkgs;
python310Packages = python310.pkgs;
python311Packages = python311.pkgs;
python312Packages = recurseIntoAttrs python312.pkgs;
python313Packages = python313.pkgs;
python313Packages = recurseIntoAttrs python313.pkgs;
python314Packages = python314.pkgs;
pypyPackages = pypy.pkgs;
pypy2Packages = pypy2.pkgs;