Fix elixir plugin for new Darwin SDK pattern by yasuaki640 · Pull Request #2764 · jetify-com/devbox
…plugin The CoreServices framework reference was added to fix file_system package compilation on macOS (PR jetify-com#2462), but is no longer needed with the new Darwin SDK pattern introduced in nixpkgs. With the updated Darwin stdenv, the Apple SDK (including CoreServices) is now automatically provided, making the explicit framework reference obsolete. The old pattern using darwin.apple_sdk_11_0 has been removed from nixpkgs, causing installation failures on macOS. This change removes the packages section entirely and bumps the plugin version to 0.0.2. Fixes jetify-com#2705 Fixes jetify-com#2557