From d7b2111476975f8008ff8bf457732dcdfe0a4ac4 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 30 May 2026 18:11:05 +0200 Subject: [PATCH] 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. --- overlays/unstable/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overlays/unstable/default.nix b/overlays/unstable/default.nix index a238311..f036a47 100644 --- a/overlays/unstable/default.nix +++ b/overlays/unstable/default.nix @@ -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 {