Stream: compiler development

Topic: nix on x86 macos


view this post on Zulip Folkert de Vries (Sep 13 2023 at 21:50):

so I don't really know anything about nix, but I thought it would just take care of installing all of the things, so that everything just works. Sadly, when I run nix develop on there and try a build, I run into some linker error in ring (used in rustls, used for fetching roc packages) that ____chkstk_darwin is missing.

am I missing something here? CI works so it must be something on my system ?!

view this post on Zulip Anton (Sep 15 2023 at 08:56):

I have seen ring errors before but I don't recall if they were on macos x86, can you post the full error?


Last updated: Jul 06 2025 at 12:14 UTC