Hello all,
I’ve been struck with this sudden problem, everything worked fine this morning, but right now, I started getting timeouts when trying to check for nixpkgs updates using flakes. Since I don’t see anyone else talking about this, I imagine this is just a me problem. Here’s the full output:
[vitorc@lambda:~/NixOS-config]$ nix flake update
warning: unable to download 'https://api.github.com/repos/nixos/nixpkgs/commits/nixos-unstable': Timeout was reached (28) Connection timed out after 15002 milliseconds; retrying in 307 ms (attempt 1/5)
warning: unable to download 'https://api.github.com/repos/nixos/nixpkgs/commits/nixos-unstable': Timeout was reached (28) Connection timed out after 15001 milliseconds; retrying in 503 ms (attempt 2/5)
warning: unable to download 'https://api.github.com/repos/nixos/nixpkgs/commits/nixos-unstable': Timeout was reached (28) Connection timed out after 15000 milliseconds; retrying in 1095 ms (attempt 3/5)
warning: unable to download 'https://api.github.com/repos/nixos/nixpkgs/commits/nixos-unstable': Timeout was reached (28) Connection timed out after 15000 milliseconds; retrying in 2515 ms (attempt 4/5)
warning: unable to download 'https://api.github.com/repos/nixos/nixpkgs/commits/nixos-unstable': Timeout was reached (28) Connection timed out after 15000 milliseconds; using cached version
Things I’ve already tried:
- Checking connectivity (works as expected)
- Rebooting (no difference)
- Firefox works, curl works
At this point I’m out of ideas on how to even start debugging this, any help would be appreciated, thank you.
EDIT: possibly related to this? (marked as resolved already though): GitHub Status - Authentication issues related to API requests