diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-05-03 22:01:05 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-05-03 22:01:05 +0100 |
| commit | 78e4fad831fc5dbb2b3944dd598f04ac13264a4e (patch) | |
| tree | befd352005a41fefd676dd28830f84569e50acce /modules/dev-tools.nix | |
| parent | 9f29357ca773321e32d62164428801605815a61a (diff) | |
Use claude-code-bin instead of claude-code
Diffstat (limited to 'modules/dev-tools.nix')
| -rw-r--r-- | modules/dev-tools.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index 4c0d6f9..7db9d17 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -35,11 +35,11 @@ zig zsh - unfreePkgs.claude-code + unstableUnfreePkgs.claude-code-bin ]; programs.claude-code = { - package = unfreePkgs.claude-code; + package = unstableUnfreePkgs.claude-code-bin; enable = true; }; |
