I’m trying to get a working vLLM. It’s currently broken in unstable, and I’d like a cached version newer than stable. And I thought the flox CUDA cache would provide this. But:
github:flox/nixpkgs/unstable has the latest unstable that has been built and cached by flox. Obviously since things are broken in the latest unstable, this won’t have the packages I need.
Thus, the question: Is there some way to figure out a previous commit of nixpkgs unstable that was built by flox, i.e. something that once was HEAD of flox/nixpkgs?
(Or, perhaps, is there some public interface that allows me to see what exists in the flox cache?)