Nix Flakes | 862 Members | |
| 169 Servers |
| Sender | Message | Time |
|---|---|---|
| 12 May 2025 | ||
| I have a bunch of eg.
in the flake for my systems, applied with But recently, github rate limits have been hitting me on like 100% of my | 16:35:42 | |
If I could set an access token on githubusercontent, it would work (eg. as in curl "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/386205.patch?access_token=$GITHUB_TOKEN"), but I have no idea how to configure that without exposing the token directly in my flake.nix, which is a public file | 16:39:36 | |
| * I have a bunch of eg.
in the flake for my systems, applied with But recently, github rate limits have been hitting me on like 100% of my | 16:41:03 | |
In reply to @gsaurel:laas.frfor flake inputs you're in luck, you can set the access-tokens nix option | 17:04:03 | |
| oh wait hmmm | 17:04:25 | |
| yeah i posted too quick and didn't notice you're using https on a github url... | 17:06:19 | |
I tried access-tokens = github.com=ghp_… patch-diff.githubusercontent.com=ghp_…, but it didn't work, and I found in the doc that it is like only for specific to github/gitlab things, so this probably won't work with a random thing | 17:08:16 | |
| tbh, i'm mostly surprised this even works. having non-pinnable https inputs is a surefire way to make your old flake revisions non-reproducible | 17:10:52 | |
| it'll fail the flake.lock check forcing you to update | 17:11:36 | |