Skip to content

Commit 6af8b09

Browse files
committed
fix Mac Nix build
``` > > Network/Socket/Types.hsc:1162:33: > 1) Network.Socket.bind successfully binds to a unix socket > uncaught exception: ErrorCall > pokeSockAddr: path is too long in SockAddrUnix "/nix/var/nix/builds/nix-build-network-3.2.7.0.drv-3248-1626469880/haskell-network-d017fe594dac3be4/socket-file", length 110, unixPathMax 104 > CallStack (from HasCallStack): > error, called at Network/Socket/Types.hsc:1162:33 in network-3.2.7.0-KQkhLwYK8QI1PXUI2ELCp1:Network.Socket.Types > ```
1 parent 9191848 commit 6af8b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
{ custom = _: super.Cabal_3_14_2_0; };
5656
fourmolu.check = false;
5757
doctest.check = false;
58+
network.check = false;
5859
system-filepath.check = false;
5960
hls-plugin-api.jailbreak = true;
6061
ghcide.jailbreak = true;

0 commit comments

Comments
 (0)