mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
doc: fix pypy39 removal
This commit is contained in:
@@ -37,7 +37,10 @@ let
|
||||
lib.attrNames (
|
||||
lib.filterAttrs (
|
||||
name: value:
|
||||
isPythonInterpreter name && name != pname && interpreterName name == interpreterName pname
|
||||
# use tryEval to handle entries in aliases.nix
|
||||
(builtins.tryEval (
|
||||
isPythonInterpreter name && name != pname && interpreterName name == interpreterName pname
|
||||
)).value
|
||||
) pkgs
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user