feat(overlays): override claude-code via local package.nix

Pin claude-code to the manifest-based definition under
overlays/unstable/claude-code/ instead of inheriting it from the
unstable channel, so the version can be controlled locally.
This commit is contained in:
Harald Hoyer 2026-05-30 18:11:05 +02:00
parent 7e29dac1d1
commit d7b2111476

View file

@ -5,7 +5,6 @@ final: prev: {
opencode
tailscale
mistral-vibe
claude-code
qwen-code
litellm # 25.11's 1.75.5 has a /v1/embeddings "Stream consumed" bug
# llama-cpp-rocm
@ -14,6 +13,8 @@ final: prev: {
# nodejs_20
;
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
# Tuned for Strix Halo (Ryzen AI Max+ 395 / Radeon 8060S, gfx1151).
llama-cpp-rocm =
(channels.unstable.llama-cpp.override {