Skip to content

Commit 125bce3

Browse files
committed
fix: cuda12.8-cuda_cudart-12.8.90 is marked as broken
1 parent 6ae7fee commit 125bce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hosts/idols-ai/ai/ollama.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
pkgs-patched,
2+
pkgs,
33
...
44
}:
55
let
@@ -8,7 +8,7 @@ in
88
{
99
services.ollama = rec {
1010
enable = true;
11-
package = pkgs-patched.ollama;
11+
package = pkgs.ollama;
1212
acceleration = "cuda";
1313
host = "0.0.0.0";
1414
port = 11434;

0 commit comments

Comments
 (0)