We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aa98b commit d73db22Copy full SHA for d73db22
pkgs/by-name/ol/ollama/package.nix
@@ -129,7 +129,7 @@ let
129
wrapperArgs = builtins.concatStringsSep " " wrapperOptions;
130
131
goBuild =
132
- if enableCuda then buildGoModule.override { stdenv = overrideCC stdenv gcc12; } else buildGoModule;
+ if enableCuda then buildGoModule.override { stdenv = cudaPackages.backendStdenv; } else buildGoModule;
133
inherit (lib) licenses platforms maintainers;
134
in
135
goBuild {
0 commit comments