Skip to content

fix: remove .pnpm-workspace-state-v1.json from tool outputs#3

Open
elocke wants to merge 1 commit intoopenclaw:mainfrom
elocke:fix/pnpm-workspace-state-collision
Open

fix: remove .pnpm-workspace-state-v1.json from tool outputs#3
elocke wants to merge 1 commit intoopenclaw:mainfrom
elocke:fix/pnpm-workspace-state-collision

Conversation

@elocke
Copy link
Contributor

@elocke elocke commented Jan 30, 2026

Summary

  • Remove .pnpm-workspace-state-v1.json from $out/libexec/node_modules/ in both oracle.nix and summarize.nix install phases
  • This pnpm build artifact is not needed at runtime and causes pkgs.buildEnv collisions when multiple tools are installed together

Fixes #2

Test plan

  • Build oracle and summarize individually and verify they still work
  • Build both together in a home-manager environment and confirm no buildEnv conflict

🤖 Generated with Claude Code

When multiple tools (e.g. oracle and summarize) are installed together,
buildEnv fails because both output the same pnpm workspace state file
at $out/libexec/node_modules/.pnpm-workspace-state-v1.json. This file
is a pnpm build artifact not needed at runtime.

Fixes openclaw#2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple tools conflict when installed together: .pnpm-workspace-state-v1.json collision

1 participant