ollama: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy
2024-07-10 10:58:00 +10:00
parent 8348371ae1
commit 558596e235
+3 -3
View File
@@ -1,5 +1,5 @@
{ lib
, buildGo122Module
, buildGoModule
, fetchFromGitHub
, fetchpatch
, buildEnv
@@ -134,9 +134,9 @@ let
goBuild =
if enableCuda then
buildGo122Module.override { stdenv = overrideCC stdenv gcc12; }
buildGoModule.override { stdenv = overrideCC stdenv gcc12; }
else
buildGo122Module;
buildGoModule;
inherit (lib) licenses platforms maintainers;
in
goBuild ((lib.optionalAttrs enableRocm {