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

This commit is contained in:
Leona Maroni 2025-05-22 13:19:35 +02:00 committed by Yaya
parent b897b6fca3
commit 3277dd227d

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;