ollama: only set updateScript for ollama, not ollama-{rocm,cuda} (#345375)

This commit is contained in:
abysssol
2024-10-02 19:39:18 -04:00
committed by GitHub

View File

@@ -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 =