diff --git a/overlays/unstable/default.nix b/overlays/unstable/default.nix index e2be994..e146121 100644 --- a/overlays/unstable/default.nix +++ b/overlays/unstable/default.nix @@ -4,7 +4,8 @@ final: prev: { gemini-cli opencode tailscale - # claude-code + mistral-vibe + claude-code qwen-code # llama-cpp-rocm # open-webui @@ -22,26 +23,16 @@ final: prev: { src = prev.fetchFromGitHub { owner = "am17an"; repo = "llama.cpp"; - rev = "08b147428e7db0760acda2b4e0bd49f5b2ffe945"; - hash = "sha256-g74JX/ucsnNI1dWSrrzTUVVbZSg+ShIJfKLbjcD0+ac="; - postFetch = '' - echo -n "08b147428e7db0760acda2b4e0bd49f5b2ffe945" > $out/COMMIT - ''; + rev = "9a532ae4bab1b164052ce60a738f78538b421c66"; + hash = "sha256-LIGtXaO53Y3Ze0x6uevb2vzcKHbyj2o/8ZHvyZ22uo4="; + #postFetch = '' + # echo -n "9a532ae4bab1b164052ce60a738f78538b421c66" > $out/COMMIT + #''; }; - npmDepsHash = "sha256-WaEePrEZ7O/7deP2KJhe0AwiSKYA8HOqETmMHUkmBe0="; + npmDepsHash = "sha256-Po5SWJv3vmcBR7y62G9/CfvI3Lk/MYdjFMTTy2dsgoY="; + npmRoot = "tools/ui"; }); - /* - gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: { - patches = (prevAttrs.patches or [ ]) ++ [ - ./gnome-remote-desktop-mac.patch - ]; - }); - */ - - # goose-cli = channels.unstable.callPackage ./goose.nix { }; - claude-code = channels.unstable.callPackage ./claude-code/package.nix { }; - geekbench_6 = channels.unstable.geekbench_6.overrideAttrs (prevAttrs: rec { version = "6.7.0"; src = prev.fetchurl ( @@ -58,8 +49,4 @@ final: prev: { .${prev.stdenv.system} or (throw "unsupported system ${prev.stdenv.hostPlatform.system}") ); }); - # gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { }; - # vscode-extensions = channels.unstable.vscode-extensions // { - # rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; }; - # }; }