You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured GitHub PAT (all access to private repos) and placed it into /etc/nix/nix.conf:
access-tokens = github.com=ghp_8J...
...
And when building via Nix, it asks for GitHub username/password. So it seems like it doesn't see my GitHub token because of nil_cluster input type (git instead of github).
The text was updated successfully, but these errors were encountered:
I configured GitHub PAT (all access to private repos) and placed it into
/etc/nix/nix.conf
:And when building via Nix, it asks for GitHub username/password. So it seems like it doesn't see my GitHub token because of
nil_cluster
input type (git
instead ofgithub
).The text was updated successfully, but these errors were encountered: