Loading pkgs/by-name/ol/ollama/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,12 @@ goBuild (finalAttrs: { __darwinAllowLocalNetworking = true; # required for github.com/ollama/ollama/detect's tests sandboxProfile = lib.optionalString stdenv.hostPlatform.isDarwin '' (allow file-read* (subpath "/System/Library/Extensions")) (allow iokit-open (iokit-user-client-class "AGXDeviceUserClient")) ''; passthru = { tests = { Loading Loading
pkgs/by-name/ol/ollama/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,12 @@ goBuild (finalAttrs: { __darwinAllowLocalNetworking = true; # required for github.com/ollama/ollama/detect's tests sandboxProfile = lib.optionalString stdenv.hostPlatform.isDarwin '' (allow file-read* (subpath "/System/Library/Extensions")) (allow iokit-open (iokit-user-client-class "AGXDeviceUserClient")) ''; passthru = { tests = { Loading