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:
Harald Hoyer 2025-09-11 09:03:37 +02:00
parent b60b80eecd
commit 700b832e76

View file

@ -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 { }; };
# }; # };