jetify-com / devbox

Instant, easy, and predictable development environments
https://www.jetify.com/devbox/
Apache License 2.0
7.84k stars 188 forks source link

Broken package `localstack` rolled back on nixpkgs but still available on nixhub #2034

Open jay-aye-see-kay opened 2 months ago

jay-aye-see-kay commented 2 months ago

Localstack has been rolled back from 3.2.0 to 3.0.0 in latest nixpkgs https://github.com/NixOS/nixpkgs/issues/306848 but both are available on nixhub

As the newest version has been rolled back should it also be removed from devbox search and nixhub to stop people trying to use it? Or maybe just mark it as broken in your system?

Not sure if you can do this automatically in your backend by detecting rollbacks in nixpkgs (would be nice to have) or have to do it manually per package (doesn't happen that often, probably okay too).