mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-25 05:35:30 -04:00
peekaboo plugin enabled by default causes build failure on Linux #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeanlucthumm on GitHub (Jan 26, 2026).
Summary
Building on Linux fails because the
peekabooplugin is enabled by default (plugins.peekaboo.enable = true), but peekaboo is macOS-only. This causes nix to try buildingpeekaboo-macos-universal.tar.gzwhich requiresaarch64-darwin.Error
Workaround
Suggested Fix
Either:
firstParty.enabletofalseon Linux (default = pkgs.stdenv.isDarwin)falseuniversally since it's a specialized tool@jeanlucthumm commented on GitHub (Jan 26, 2026):
Also,
summarizehas the same issue - it defaults totruebut tries to buildsummarize-macos-arm64-v0.9.0.tar.gzon Linux. Full workaround:@joshp123 commented on GitHub (Feb 3, 2026):
[🤖 this message brought to you by codex] should be fixed in
46df79cc(first-party plugin toggles default off). Closing for now — come and yell at me in #golden-path-deployments on discord if you're still having issues! Stability work continues; we are making this better every week.