Bundix makes it easy to package your Bundler-enabled Ruby applications with the Nix package manager.
This is a fork of the official bundix, used by ruby-nix.
To install:
nix profile install github:inscapist/bundix
For one time usage:
nix run github:inscapist/bundix
# or use a specific branch
nix run github:inscapist/bundix/SHA
"I'd usually just tell you to read the code yourself, but the big picture is that bundix tries to fetch a hash for each of your bundle dependencies and store them all together in a format that Nix can understand"
For any questions or suggestions, please file an issue on Github or ask in
#nixos
on Freenode.
Big thanks go out to Charles Strahan for his awesome work bringing Ruby to Nix, zimbatm for being a good rubber duck and tester, and Alexander Flatter for the original bundix. I couldn't have done this without you guys.