|
|
|
|
|
by KingMachiavelli
970 days ago
|
|
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 built using the signed commits? NixOS is actually better suited to prove that an particular commit produced the package. |
|
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?