taffybar: point library input to anthropic-usage-rate-limit-backoff PR branch

Pins taffybar to github:taffybar/taffybar/anthropic-usage-rate-limit-backoff
(commit 7beecc89, taffybar/taffybar#681) so the Anthropic usage widget backs
off the OAuth usage endpoint on 429/Retry-After, caches the last good response
during backoff, and recovers immediately when the access token is refreshed —
instead of hammering the endpoint and dropping to the token-count fallback.

Bumps both the imalison-taffybar config flake.lock and the transitive node in
nixos/flake.lock. Revert to master after the PR merges.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 03:12:47 -07:00
parent d29c361a9e
commit 563208d03b
3 changed files with 11 additions and 7 deletions

View File

@@ -136,15 +136,16 @@
"xmonad-contrib": "xmonad-contrib" "xmonad-contrib": "xmonad-contrib"
}, },
"locked": { "locked": {
"lastModified": 1781159184, "lastModified": 1781172310,
"narHash": "sha256-w5drkb9QGCQMphSyyh1SplfH74hMib+eZ74rra/8yQk=", "narHash": "sha256-mBd3obUUS+ICqL+U2bOanGwaGl2rfbMZdGzAFiqRSaE=",
"owner": "taffybar", "owner": "taffybar",
"repo": "taffybar", "repo": "taffybar",
"rev": "f160fcd1dff1c5fcf8331d3b5b86aec0a36346eb", "rev": "7beecc89928df669281977e41ceed213c5ede88f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "taffybar", "owner": "taffybar",
"ref": "anthropic-usage-rate-limit-backoff",
"repo": "taffybar", "repo": "taffybar",
"type": "github" "type": "github"
} }

View File

@@ -3,7 +3,9 @@
taffybar = { taffybar = {
# Keep the default source usable in CI. Local iteration uses # Keep the default source usable in CI. Local iteration uses
# IMALISON_TAFFYBAR_LIVE_CHECKOUT below via `just switch-local-taffybar`. # IMALISON_TAFFYBAR_LIVE_CHECKOUT below via `just switch-local-taffybar`.
url = "github:taffybar/taffybar"; # Pinned to the rate-limit-backoff PR branch (taffybar/taffybar#681);
# revert to master after it merges.
url = "github:taffybar/taffybar/anthropic-usage-rate-limit-backoff";
inputs.weeder-nix = { inputs.weeder-nix = {
url = "github:NorfairKing/weeder-nix"; url = "github:NorfairKing/weeder-nix";
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs"; inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";

7
nixos/flake.lock generated
View File

@@ -2160,15 +2160,16 @@
"xmonad-contrib": "xmonad-contrib" "xmonad-contrib": "xmonad-contrib"
}, },
"locked": { "locked": {
"lastModified": 1781159184, "lastModified": 1781172310,
"narHash": "sha256-w5drkb9QGCQMphSyyh1SplfH74hMib+eZ74rra/8yQk=", "narHash": "sha256-mBd3obUUS+ICqL+U2bOanGwaGl2rfbMZdGzAFiqRSaE=",
"owner": "taffybar", "owner": "taffybar",
"repo": "taffybar", "repo": "taffybar",
"rev": "f160fcd1dff1c5fcf8331d3b5b86aec0a36346eb", "rev": "7beecc89928df669281977e41ceed213c5ede88f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "taffybar", "owner": "taffybar",
"ref": "anthropic-usage-rate-limit-backoff",
"repo": "taffybar", "repo": "taffybar",
"type": "github" "type": "github"
} }