mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
Added configuration to managed-settings which will cause claude-code to default to using system certificate store. Closes: https://bugs.gentoo.org/979723 Signed-off-by: Jay Faulkner <jayf@gentoo.org>
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"env": {
|
|
"DISABLE_AUTOUPDATER": "1",
|
|
"DISABLE_INSTALLATION_CHECKS": "1",
|
|
"CLAUDE_CODE_CERT_STORE": "system"
|
|
},
|
|
"installMethod": "native"
|
|
}
|