diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-05-04 14:40:47 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-05-04 14:40:47 +0100 |
| commit | b4474abfd2567bcd5e5734ba8618c21575feae42 (patch) | |
| tree | ac7cc6a517d0a32cee719ef8a756d1d6bc3806b0 /modules/dev-tools.nix | |
| parent | 0f455f67e0f35f67b12db4b815929d4064e423fc (diff) | |
Use unstable 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..daefcc1 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -35,11 +35,11 @@ zig zsh - unfreePkgs.claude-code + unstableUnfreePkgs.claude-code ]; programs.claude-code = { - package = unfreePkgs.claude-code; + package = unstableUnfreePkgs.claude-code; enable = true; }; |
