oras: fix tests on darwin

This commit is contained in:
06kellyjac
2026-08-17 10:47:11 +01:00
parent d9e87c972f
commit caa8e339df

View File

@@ -11,6 +11,9 @@ buildGoModule (finalAttrs: {
pname = "oras";
version = "1.3.3";
# required for tests
__darwinAllowLocalNetworking = true;
src = fetchFromGitHub {
owner = "oras-project";
repo = "oras";