Loading pkgs/by-name/ol/ollama/package.nix +18 −13 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ makeWrapper, stdenv, addDriverRunpath, nix-update-script, cmake, gcc12, Loading Loading @@ -199,7 +200,8 @@ goBuild { "-X=github.com/ollama/ollama/server.mode=release" ]; passthru.tests = passthru = { tests = { inherit ollama; version = testers.testVersion { Loading @@ -214,6 +216,9 @@ goBuild { service-rocm = nixosTests.ollama-rocm; }; updateScript = nix-update-script { }; }; meta = { description = "Get up and running with large language models locally" Loading Loading
pkgs/by-name/ol/ollama/package.nix +18 −13 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ makeWrapper, stdenv, addDriverRunpath, nix-update-script, cmake, gcc12, Loading Loading @@ -199,7 +200,8 @@ goBuild { "-X=github.com/ollama/ollama/server.mode=release" ]; passthru.tests = passthru = { tests = { inherit ollama; version = testers.testVersion { Loading @@ -214,6 +216,9 @@ goBuild { service-rocm = nixosTests.ollama-rocm; }; updateScript = nix-update-script { }; }; meta = { description = "Get up and running with large language models locally" Loading