Loading pkgs/development/interpreters/python/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -197,8 +197,6 @@ inherit passthruFun; }; pypy39_prebuilt = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-03 pypy310_prebuilt = callPackage ./pypy/prebuilt.nix { # Not included at top-level self = __splicedPackages.pythonInterpreters.pypy310_prebuilt; Loading @@ -219,4 +217,7 @@ inherit passthruFun; }; } // lib.optionalAttrs config.allowAliases { pypy39_prebuilt = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-03 } ) Loading
pkgs/development/interpreters/python/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -197,8 +197,6 @@ inherit passthruFun; }; pypy39_prebuilt = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-03 pypy310_prebuilt = callPackage ./pypy/prebuilt.nix { # Not included at top-level self = __splicedPackages.pythonInterpreters.pypy310_prebuilt; Loading @@ -219,4 +217,7 @@ inherit passthruFun; }; } // lib.optionalAttrs config.allowAliases { pypy39_prebuilt = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-03 } )