Nix bundlers for analyzing package maintainers
Go to file
Tim Van Baak f9374247b1 README 2024-07-28 20:51:48 -07:00
LICENSE AGPL 2024-07-28 20:41:16 -07:00
README.md README 2024-07-28 20:51:48 -07:00
closure.nix nix fmt 2024-07-28 20:42:05 -07:00
flake.lock Initial flake commit 2024-07-07 23:00:24 -07:00
flake.nix nix fmt 2024-07-28 20:42:05 -07:00
lib.nix nix fmt 2024-07-28 20:42:05 -07:00

README.md

maintainers

This flake provides two bundlers that compile information about the maintainership of packages.

#unmaintained (#default)

This bundler accepts a derivation or a NixOS configuration and returns a report containing a list of derivations in the closure of the input that have no maintainer in nixpkgs. Each package is accompanied by a link to the package source in nixpkgs. If you see a package in your report that you care about, sign up as a maintainer!

Note that many derivations have no .meta.maintainers, e.g. fetchTarball. This list specificaly includes packages that have a .meta.maintainers that is empty.

#all

This bundler accepts a derivation or a NixOS configuration and returns a report containing a list of every derivation in the closure of the input and the GitHub usernames of the maintainers. You can use this to see if there are packages you depend on that could use some additional maintainership, e.g. yours!