Is there a new packages tracker?

I’d like to see what new packages got accepted into NixOS. I can look at the nixpkgs github repo and watch the accepted merge requests. But that’s just too much noise and updates. Even if I try to filter. Is there any queue / stats page that shows me this information?

1 Like

PR’s with a new package should be labelled appropriately, so you can just refine by that tag, Example. There shouldn’t be too much noise with that tag.

Repology can also be used to track the total number of packages, Example

There may be better solutions I am not aware of.

3 Likes

I’ve been approximating this by filtering in my aggregator for : init from the web feed of commits to all-packages.nix:

https://github.com/NixOS/nixpkgs/commits/master/pkgs/top-level/all-packages.nix.atom

It’s too bad about community/community#7871. I see in the discussion there now that a project called RSSHub offers an adapter in lieu of a native feed. It’s self-hostable and apparently there’s a public instance:

https://rsshub.app/github/pull/NixOS/nixpkgs/closed/8.has:%20package%20(new)
1 Like

It’s still fairly new, but nixpkgs.news has been including new packages in its weekly updates.

1 Like

Thanks to you all. That are some good resources.