mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
oras: fix tests on darwin
This commit is contained in:
@@ -11,6 +11,9 @@ buildGoModule (finalAttrs: {
|
||||
pname = "oras";
|
||||
version = "1.3.3";
|
||||
|
||||
# required for tests
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oras-project";
|
||||
repo = "oras";
|
||||
|
||||
Reference in New Issue
Block a user