summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Bild/Deps/ollama.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/Deps/ollama.nix b/Biz/Bild/Deps/ollama.nix
index 1fd1f20..72e31f7 100644
--- a/Biz/Bild/Deps/ollama.nix
+++ b/Biz/Bild/Deps/ollama.nix
@@ -136,7 +136,7 @@ in goBuild ((lib.optionalAttrs enableRocm {
# those patches are added to `llamacppPatches`, and reapplied here in the patch phase
(fetchpatch {
url =
- "https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/tools/misc/ollama/disable-git.patch";
+ "https://raw.githubusercontent.com/NixOS/nixpkgs/70998b85f2dd9b48faa474134678277a03dfa107/pkgs/by-name/ol/ollama/disable-git.patch";
hash = "sha256-7DthNfvk4VACdJb5L+4n9JmFzQn9qqDP2N4Hwuuhtgg=";
})
] ++ llamacppPatches;