diff --git a/overlays/unstable/default.nix b/overlays/unstable/default.nix index c3b2561..39884ce 100644 --- a/overlays/unstable/default.nix +++ b/overlays/unstable/default.nix @@ -6,12 +6,25 @@ final: prev: { tailscale # claude-code qwen-code - llama-cpp-rocm + # llama-cpp-rocm # open-webui # vscode # nodejs_20 ; + llama-cpp-rocm = channels.unstable.llama-cpp-rocm.overrideAttrs (_: { + src = prev.fetchFromGitHub { + owner = "am17an"; + repo = "llama.cpp"; + rev = "267f8afe857b7bd1a49e4fde9138ab0f7be36625"; + hash = "sha256-aMN5ur1aRi2OQ+Jc5aYEi5HUVvzmFsXT8y9O/01rUWU="; + postFetch = '' + echo -n "267f8af" > $out/COMMIT + ''; + }; + npmDepsHash = "sha256-k62LIbyY2DXvs7XXbX0lNPiYxuYzeJUyQtS4eA+68f8="; + }); + /* gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: { patches = (prevAttrs.patches or [ ]) ++ [