This commit introduces goose-cli and aider-chat to the unstable overlays. These additions enhance the available tools for CLI and chat-related tasks.
12 lines
165 B
Nix
12 lines
165 B
Nix
{ channels, ... }:
|
|
final: prev: {
|
|
inherit (channels.unstable)
|
|
jetbrains-toolbox
|
|
ollama
|
|
open-webui
|
|
claude-code
|
|
goose-cli
|
|
aider-chat
|
|
;
|
|
}
|