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:
parent
d5cb9658be
commit
ec152bebf1
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
final: prev: {
|
||||
inherit (channels.unstable)
|
||||
gemini-cli
|
||||
# opencode
|
||||
opencode
|
||||
tailscale
|
||||
# claude-code
|
||||
claude-code
|
||||
# open-webui
|
||||
# vscode
|
||||
# nodejs_20
|
||||
|
|
@ -19,7 +19,7 @@ final: prev: {
|
|||
*/
|
||||
|
||||
# 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 { }; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue