Skip to content

Commit 9c50de7

Browse files
zsoerenmclaude
andcommitted
fix: exclude deleted bird tool from tools bundle
The steipete/bird GitHub repo was deleted, causing release asset downloads to 404 and breaking the tools derivation. Cherry-picked from openclaw#63. See: openclaw/nix-steipete-tools#6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab59ae1 commit 9c50de7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
pkgs = pkgs;
4949
sourceInfo = sourceInfoStable;
5050
steipetePkgs = steipetePkgs;
51+
# bird: upstream repo steipete/bird deleted, release assets 404.
52+
# https://github.com/openclaw/nix-steipete-tools/issues/6
53+
excludeToolNames = [ "bird" ];
5154
};
5255
in
5356
{

0 commit comments

Comments
 (0)