doc: fix pypy39 removal
This commit is contained in:
parent
844f2a5fff
commit
59725b22ae
@ -37,7 +37,10 @@ let
|
|||||||
lib.attrNames (
|
lib.attrNames (
|
||||||
lib.filterAttrs (
|
lib.filterAttrs (
|
||||||
name: value:
|
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
|
) pkgs
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user