Earlier quoted context omitted.
"Expecting to use their signatures for anything meaningful strikes me as a bit like expecting product support from a delivery driver." And yet most of the packages from most major linux distributions are signed. If you are going to spend hours maintaining a package, it takes only an extra half a second to tap a yubikey to prevent someone from impersonating you. Package maintainers from say Arch and Debian go through…
Nix doesn't have maintainers sign anything because it isn't necessary. The Nix binary cache is built and signed but that's done by builders only the NiXOS foundation controls. Individual maintainers just commit Nix code to build the packages... Do you mean you want their Git commits to be signed? Edit: I guess that is what you mean. That is distinct from package (binary) signing. How do you know that a distro's repos…
Also packages being built by a central party is actually a problem. What stops someone with ssh access to the build systems from tampering with the results?