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
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,37 @@ pkg list
93
93
pkg search helix
94
94
```
95
95
96
+
## Troubleshooting
97
+
98
+
**Github rate limits**
99
+
100
+
In case you hit Github's rate limit when installing a package:
101
+
```
102
+
* snmpd does not exist. Install net-snmp package? [y/N]
103
+
error:
104
+
… while updating the lock file of flake 'path:/nix/.cache/env-flake?lastModified=1765815061&narHash=sha256-gUo0/L8xm6/4Ky19XkxEmU3fQ0jfQbwJDI%2BI9cRfeCQ%3D'
105
+
… while updating the flake input 'flake-utils'
106
+
… while fetching the input 'github:numtide/flake-utils'
107
+
error: unable to download 'https://api.github.com/repos/numtide/flake-utils/commits/HEAD': HTTP error 403
108
+
response body:
109
+
{"message":"API rate limit exceeded for x.x.x.x. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
110
+
```
111
+
112
+
You should add your Github token (any read-only token will work) to the Nix configuration:
0 commit comments