Add environment-specific claude-code package distribution system

Development environments now use standard nixpkgs claude-code by default.
Work environments override with custom binary distribution to bypass
corporate npm registry restrictions via Google Cloud Storage.
This commit is contained in:
2025-11-26 17:20:31 -08:00
parent 55f13dfb08
commit 1ff8b81f44
2 changed files with 25 additions and 1 deletions

View File

@@ -36,12 +36,12 @@ in
config = mkIf cfg.enable {
home.packages = [
pkgs.unstable.claude-code
pkgs.unstable.claude-code-router
pkgs.unstable.codex
# Custom packages
pkgs.custom.tea-rbw
pkgs.custom.claude-cli
];
# Install Claude Code humanlayer command and agent plugins