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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user