feat(nix): enable and comment out unstable packages

- Un-commented `opencode` and `claude-code` to enable their usage in the `unstable` overlay.
- Commented out the redefined `claude-code` package to avoid redundancy.
- Improves clarity and ensures streamlined package management in the overlay.
This commit is contained in:
Harald Hoyer 2026-02-10 11:57:17 +01:00
parent d5cb9658be
commit ec152bebf1

View file

@ -2,9 +2,9 @@
final: prev: { final: prev: {
inherit (channels.unstable) inherit (channels.unstable)
gemini-cli gemini-cli
# opencode opencode
tailscale tailscale
# claude-code claude-code
# open-webui # open-webui
# vscode # vscode
# nodejs_20 # nodejs_20
@ -19,7 +19,7 @@ final: prev: {
*/ */
# 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 { }; };