when using nix in macos, the host detections fails because it has appended the darwin kernel version at the end, for example
elixir -e 'IO.inspect({:os.type(),
:erlang.system_info(:system_architecture)})'
returns {{:unix, :darwin}, ~c"aarch64-apple-darwin25.3.0"} on macos tahoe
when using nix in macos, the host detections fails because it has appended the darwin kernel version at the end, for example
returns
{{:unix, :darwin}, ~c"aarch64-apple-darwin25.3.0"}on macos tahoe