coredns: allow local networking in Darwin sandbox

This commit is contained in:
Davis Schirmer 2025-04-20 13:25:14 -04:00
parent a0dffa6bd1
commit 21295b6481
No known key found for this signature in database

View File

@ -116,6 +116,8 @@ buildGoModule (finalAttrs: {
--replace-fail "TestCorefile1" "SkipCorefile1"
'';
__darwinAllowLocalNetworking = true;
postInstall = ''
installManPage man/*
'';