shopware-cli: set __darwinAllowLocalNetworking

This commit is contained in:
kyehn
2025-09-04 18:12:41 +08:00
parent 4d0ee6515c
commit 9df2b1f228
+2
View File
@@ -47,6 +47,8 @@ buildGoModule rec {
"-X 'github.com/FriendsOfShopware/shopware-cli/cmd.version=${version}'"
];
__darwinAllowLocalNetworking = true;
meta = {
description = "Command line tool for Shopware 6";
mainProgram = "shopware-cli";