nvim-neorocks / rocks-binaries

Prebuilt, autogenerated binaries required for `rocks.nvim`
https://nvim-neorocks.github.io/rocks-binaries/
6 stars 0 forks source link

Use nixos cross-compilation to provide binaries for other architectures #6

Open mrcjkb opened 1 month ago

mrcjkb commented 1 month ago

Here's a wild idea:

On NixOS, it's super easy to cross-compile for other architectures (even Windows).

Perhaps we can leverage that capability to provide binary rocks (and luarocks!) for all sorts of systems.

It won't work with GitHub Actions and would have to be run manually on a NixOS machine that's configured accordingly.

mrcjkb commented 1 month ago

Related: