NixOS / nixpkgs-vet

Tool to vet (check) Nixpkgs, including its pkgs/by-name directory
MIT License
31 stars 7 forks source link

nixpkgs-vet suggests moving multi-version library to by-name #129

Open Pandapip1 opened 15 hours ago

Pandapip1 commented 15 hours ago

See https://github.com/NixOS/nixpkgs/actions/runs/11827734660/job/32956454563?pr=355629

Arguably multi-version libraries should still be added to pkgs/development/libraries until a solution can be found that's better than hard-to-maintain bunch of individual <packagename>_<version>/package.nix files.

willbush commented 14 hours ago

Have you considered this recommendation for new packages with multiple versions?

Pandapip1 commented 11 hours ago

I didn't see that. It would be great if nixpkgs-vet could point to that; I didn't even realize that by-name had a README!