Skip to content

Commit 6c017d5

Browse files
stackptrclaude
andcommitted
fix(glyph): use correct module path for opencode-claude-auth plugin
The nix store path points to the package root, but Bun needs the actual node module path under lib/node_modules/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3404b14 commit 6c017d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/glyph/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
enabled_providers = ["anthropic"];
2020
autoupdate = false;
2121
share = "disabled";
22-
plugin = ["${pkgs.opencode-claude-auth}"];
22+
plugin = ["${pkgs.opencode-claude-auth}/lib/node_modules/opencode-claude-auth"];
2323
};
2424
};
2525

0 commit comments

Comments
 (0)