obsidiansystems / nix-thunk

seamless management of source dependencies with nix
BSD 3-Clause "New" or "Revised" License
38 stars 10 forks source link

ssh for public repos is broken #53

Open ryantrinkle opened 2 weeks ago

ryantrinkle commented 2 weeks ago

When a thunk is pointing to an SSH URL but the repo is marked public, the user's SSH key doesn't seem to get through, and so they can't access it even though it's public.

This probably doesn't apply to github URLs since they are treated specially.