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

This commit is contained in:
Leona Maroni
2025-05-24 17:39:21 +02:00
committed by Yaya
parent b897b6fca3
commit 3277dd227d
@@ -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;