chore(unstable): re-enable gemini-cli in default.nix
- Restored `gemini-cli` to the list of inherited packages from `channels.unstable`. - Commented out the previous explicit declaration to avoid duplication.
This commit is contained in:
parent
b60b80eecd
commit
700b832e76
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ channels, ... }:
|
{ channels, ... }:
|
||||||
final: prev: {
|
final: prev: {
|
||||||
inherit (channels.unstable)
|
inherit (channels.unstable)
|
||||||
|
gemini-cli
|
||||||
# open-webui
|
# open-webui
|
||||||
# vscode
|
# vscode
|
||||||
# nodejs_20
|
# nodejs_20
|
||||||
|
@ -8,7 +9,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 { }; };
|
||||||
# };
|
# };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue