Hex local cache options?

I have a situation where the rox library is not compiling under elixir 1.7/otp21. It’s really an OTP issue at the end of the day. There is a PR that fixes the issue but now I’m waiting for hex.pm to be updated.

My question is this: can I build a version to my local hex cache that my other projects can reference while I wait for the real one to be published?

From how I see hex working it seems like it should be possible, but I’m just not seeing it.

1 Like

{:rox, github: "walkr/rox", ref: "a0261e1"}

2 Likes

that works perfectly - I forgot about git integration on hex. thank you.