ollama: only set updateScript for ollama, not ollama-{rocm,cuda} (#345375)
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user