feat(nix): enable claude-code in unstable overlay

- Uncommented `claude-code` in the unstable overlay for inclusion.
- Commented the manual `claude-code` package definition to avoid duplication.
This commit is contained in:
Harald Hoyer 2026-01-12 11:06:17 +01:00
parent ebdd1c8ae1
commit f35adc51ce

View file

@ -4,14 +4,14 @@ final: prev: {
gemini-cli
# opencode
tailscale
# claude-code
claude-code
# open-webui
# vscode
# nodejs_20
;
# goose-cli = channels.unstable.callPackage ./goose.nix { };
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
# claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
# gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { };
# vscode-extensions = channels.unstable.vscode-extensions // {
# rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };