mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-24 21:25:23 -04:00
[PR #25] [CLOSED] fix: bundle extensions directory for memory-core plugin #45
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?
📋 Pull Request Information
Original PR: https://github.com/openclaw/nix-openclaw/pull/25
Author: @nycterent
Created: 1/26/2026
Status: ❌ Closed
Base:
main← Head:fix/bundle-memory-core-extension📝 Commits (1)
3103e1cfix: bundle extensions and docs directories📊 Changes
1 file changed (+12 additions, -1 deletions)
View changed files
📝
nix/scripts/gateway-install.sh(+12 -1)📄 Description
Summary
extensions/directory to$out/lib/clawdbot/during install (if present in source)CLAWDBOT_BUNDLED_PLUGINS_DIRenvironment variable so clawdbot can discover bundled plugins at runtimeProblem
Users get "plugin not found: memory-core" errors when using the default
plugins.slots.memory = "memory-core"configuration, because the Nix build wasn't including the extensions directory from upstream clawdbot.Test plan
extensions/directory is present in the output (/nix/store/.../lib/clawdbot/extensions/)CLAWDBOT_BUNDLED_PLUGINS_DIRplugins.slots.memory = "memory-core"- no error🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.