chore(nix): update unstable overlay for claude-code

- Enabled `claude-code` in the unstable overlay by uncommenting its entry.
- Commented out its previous custom package definition for consistency.
This commit is contained in:
Harald Hoyer 2025-11-24 20:58:15 +01:00
parent 734bd82b6c
commit 86a7dc1cfe

View file

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