nix-community / napalm

Support for building npm packages in Nix and lightweight npm registry [maintainer=?]
MIT License
104 stars 17 forks source link

napalm-registry: Bind to IPv6 address #57

Open jtojnar opened 1 year ago

jtojnar commented 1 year ago

Warp defaults to HostIPv4, binding only to IPv4 when possible. That breaks on Darwin, which appears to resolve localhost to ::1.

Let’s bind to both IPv6 and IPv4 addresses.

Fixes: https://github.com/nix-community/napalm/issues/56