fix: cuda12.8-cuda_cudart-12.8.90 is marked as broken

This commit is contained in:
Ryan Yin
2025-11-02 16:21:24 +08:00
parent 6ae7fee541
commit 125bce3bc2

View File

@@ -1,5 +1,5 @@
{
pkgs-patched,
pkgs,
...
}:
let
@@ -8,7 +8,7 @@ in
{
services.ollama = rec {
enable = true;
package = pkgs-patched.ollama;
package = pkgs.ollama;
acceleration = "cuda";
host = "0.0.0.0";
port = 11434;