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:
parent
7e29dac1d1
commit
d7b2111476
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ final: prev: {
|
||||||
opencode
|
opencode
|
||||||
tailscale
|
tailscale
|
||||||
mistral-vibe
|
mistral-vibe
|
||||||
claude-code
|
|
||||||
qwen-code
|
qwen-code
|
||||||
litellm # 25.11's 1.75.5 has a /v1/embeddings "Stream consumed" bug
|
litellm # 25.11's 1.75.5 has a /v1/embeddings "Stream consumed" bug
|
||||||
# llama-cpp-rocm
|
# llama-cpp-rocm
|
||||||
|
|
@ -14,6 +13,8 @@ final: prev: {
|
||||||
# nodejs_20
|
# nodejs_20
|
||||||
;
|
;
|
||||||
|
|
||||||
|
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
|
||||||
|
|
||||||
# Tuned for Strix Halo (Ryzen AI Max+ 395 / Radeon 8060S, gfx1151).
|
# Tuned for Strix Halo (Ryzen AI Max+ 395 / Radeon 8060S, gfx1151).
|
||||||
llama-cpp-rocm =
|
llama-cpp-rocm =
|
||||||
(channels.unstable.llama-cpp.override {
|
(channels.unstable.llama-cpp.override {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue