fix(nix): include apps/shared in TUI source filter (#67079) - #67475
fix(nix): include apps/shared in TUI source filter (#67079)#67475kyssta-exe wants to merge 1 commit into
Conversation
The TUI imports from @hermes/shared/charge-settlement (added in PR NousResearch#61067), but apps/shared was missing from the Nix TUI source filter, causing esbuild to fail when resolving the workspace dependency. web.nix and desktop.nix already include apps/shared for the same reason. Fixes NousResearch#67079, NousResearch#67056
|
Thanks for the focused Nix packaging fix. Current main still declares The added Automated hermes-sweeper review. |
|
Closing as duplicate of #67082 (alt-glitch triage confirmed). The same Nix TUI build fix is already tracked there. |
Description
The TUI imports from
@hermes/shared/charge-settlement(added in PR #61067), but the Nix TUI source filter innix/tui.nixonly includedui-tui. Theapps/sharedworkspace dependency was missing, causing esbuild to fail when resolving the@hermes/shared/charge-settlementimport.nix/web.nixandnix/desktop.nixalready includeapps/sharedin theirdirslist for the same reason — this fix adds it tonix/tui.nixto match.Fixes #67079, #67056