| 27 Mar 2022 |
Artturin | https://github.com/NixOS/nixpkgs/pull/165994/checks?check_run_id=5711647587 | 23:25:36 |
Artturin | hexa: im testing if a performance penalty can be avoided with dontRecurseIntoAttrs | 23:39:47 |
hexa | right | 23:39:58 |
hexa | the whole thing should wait for fridhs approval | 23:40:07 |
Artturin | python3Packages dont currently show up in nixos search because it references python3.packages without recursing | 23:40:53 |
Artturin | while python39Packages recurses | 23:40:57 |
Artturin | so it shows in the search | 23:41:06 |
hexa | we recurse into the attrsets that hydra is supposed to build | 23:41:21 |
Artturin | (AFAIU btw) | 23:41:37 |
hexa | that is usually two releases in parallel (currently 3.9/3.10) | 23:41:53 |
hexa | and python3Packages is really just the convenience alias to track the latest attrset | 23:42:15 |