mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
Use lib.filter and lib.attrNames instead of builtins.* directly, consistent with the rest of the file's style. Follow-up to #506588, incorporating review feedback from #507232.