| I'm having issues with github auth when updating my flake
[jono@dobro:~/sync/configs/nix]$ nix flake update --flake . error: … while updating the lock file of flake 'git+file:///home/jono/sync/configs?dir=nix'
… while updating the flake input 'disko'
… while fetching the input 'github:nix-community/disko'
error: unable to download 'https://api.github.com/repos/nix-community/disko/commits/HEAD': HTTP error 401
response body:
{
"message": "Bad credentials",
"documentation_url": "https://docs.github.com/rest",
"status": "401"
}
(base) if I directly curl that https://api.github.com/repos/nix-community/disko/commits/HEAD
I get a 200. I have a feeling there is some expired access token on my system, but I dont think I set one and I'm not sure where it would be?
|