- Enables official MCP servers (fetch, playwright, stackexchange, arxiv) - Adds Charlie MCP servers (memory, comunica) - Adds claudezilla MCP server - Adds happy-coder mobile client from nixpkgs master - Adds nodejs_22 for MCP server runtime Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 lines
397 B
Nix
21 lines
397 B
Nix
{channels, ...}: final: prev: {
|
|
# Pull the following packages from unstable instead
|
|
inherit
|
|
(channels.unstable)
|
|
kitty
|
|
nu
|
|
cider-2
|
|
_1password-gui
|
|
orca-slicer
|
|
claude-code
|
|
lutris
|
|
ollama
|
|
dokieli
|
|
nix-init
|
|
atuin-desktop
|
|
# currently doesn't build on unstable
|
|
# open-webui
|
|
;
|
|
|
|
inherit (channels.master) install-nothing marimo happy-coder;
|
|
}
|