[PR #12818] fix(nix): watch scripts in nix-hashes workflow #14385

Closed
opened 2026-02-16 18:19:11 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12818

State: closed
Merged: Yes


Fixes #12817
Fixes #12811

nix/scripts/*.ts and patches/* are included in the node_modules derivation. Changes to these files invalidate output hashes but didn't trigger the workflow.

  • Add nix/node_modules.nix, nix/scripts/**, and patches/** to paths trigger
  • Remove non-existent install/ from fileset
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12818 **State:** closed **Merged:** Yes --- Fixes #12817 Fixes #12811 `nix/scripts/*.ts` and `patches/*` are included in the `node_modules` derivation. Changes to these files invalidate output hashes but didn't trigger the workflow. - Add `nix/node_modules.nix`, `nix/scripts/**`, and `patches/**` to paths trigger - Remove non-existent `install/` from fileset
yindo added the pull-request label 2026-02-16 18:19:11 -05:00
yindo closed this issue 2026-02-16 18:19:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14385