gitlab-container-registry: fix build on darwin with sandbox

(cherry picked from commit 3277dd227d)
This commit is contained in:
Leona Maroni
2025-05-22 13:19:35 +02:00
committed by github-actions[bot]
parent f28cd4e4b7
commit f9f34a48b6

View File

@@ -32,6 +32,8 @@ buildGoModule rec {
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
license = licenses.asl20;