imaginary: fix tests on Darwin
This commit is contained in:
parent
b872c2ad6a
commit
1de7179b42
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ buildGoModule rec {
|
|||
"-X main.Version=${version}"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://fly.io/docs/app-guides/run-a-global-image-service";
|
||||
changelog = "https://github.com/h2non/${pname}/releases/tag/v${version}";
|
||||
|
|
Loading…
Reference in a new issue