mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
ollama: only set updateScript
for ollama
, not ollama-{rocm,cuda}
This commit is contained in:
parent
9c2023e238
commit
9a3eba01c5
@ -218,9 +218,7 @@ goBuild {
|
||||
service-cuda = nixosTests.ollama-cuda;
|
||||
service-rocm = nixosTests.ollama-rocm;
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
} // lib.optionalAttrs (!enableRocm && !enableCuda) { updateScript = nix-update-script { }; };
|
||||
|
||||
meta = {
|
||||
description =
|
||||
|
Loading…
Reference in New Issue
Block a user