Loading pkgs/by-name/ol/ollama/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ let wrapperArgs = builtins.concatStringsSep " " wrapperOptions; goBuild = if enableCuda then buildGoModule.override { stdenv = overrideCC stdenv gcc12; } else buildGoModule; if enableCuda then buildGoModule.override { stdenv = cudaPackages.backendStdenv; } else buildGoModule; inherit (lib) licenses platforms maintainers; in goBuild { Loading Loading
pkgs/by-name/ol/ollama/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ let wrapperArgs = builtins.concatStringsSep " " wrapperOptions; goBuild = if enableCuda then buildGoModule.override { stdenv = overrideCC stdenv gcc12; } else buildGoModule; if enableCuda then buildGoModule.override { stdenv = cudaPackages.backendStdenv; } else buildGoModule; inherit (lib) licenses platforms maintainers; in goBuild { Loading