nix-community / bundix

Generates a Nix expression for your Bundler-managed application. [maintainer=@manveru]
160 stars 54 forks source link

Add support for platform windows #112

Open cjlarose opened 5 months ago

cjlarose commented 5 months ago

Fixes https://github.com/nix-community/bundix/issues/57

Several gems declare platform support for windows, including several dependencies of a newly-generated rails app

jonknapp commented 3 months ago

@inscapist would we be able to get this merged into your fork?

jonknapp commented 2 months ago

For context it looks like “windows” was added as an alias for existing windows platforms in bundler: https://github.com/rubygems/rubygems/pull/5650

I encountered the issue as new Rails app Gemfiles use this alias instead of the mingX platforms it did before.

inscapist commented 2 months ago

@jonknapp thanks for providing the context, a PR has been merged into my fork!