Commit 59725b22 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

doc: fix pypy39 removal

parent 844f2a5f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -37,7 +37,10 @@ let
    lib.attrNames (
      lib.filterAttrs (
        name: value:
        # use tryEval to handle entries in aliases.nix
        (builtins.tryEval (
          isPythonInterpreter name && name != pname && interpreterName name == interpreterName pname
        )).value
      ) pkgs
    );