summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-05-30 12:08:16 -0400
committerBen Sima <ben@bsima.me>2024-05-30 12:08:16 -0400
commitbc78e72960dee2721c3648e8061cb543f775710b (patch)
tree46aa564a66443681d44b596025fd73353345b910 /Biz
parente65e714a6d5af8ed59fa02c3ed16711e3bfcaadf (diff)
Pin this url to a hash instead of masterHEADlive
Otherwise it might change from underneath me (which it did already once).
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;