mirror of
https://github.com/logos-co/logos-chat-ui.git
synced 2026-08-27 09:11:11 +00:00
Replace shell-level platform checks with Nix-level isDarwin conditionals for darwin.cctools references. Nix evaluates string interpolations at expression time, so the shell `if` guards didn't prevent cctools from being evaluated on Linux, causing the build to fail.