Bundix makes it easy to package your Bundler-enabled applications with the Nix package manager.
- Change to your project's directory.
- Run
bundix
(or, if you want to additionally update/create your Gemfile.lock:bundix --lock
).
bundix [OPTIONS]
--gemfile PATH The path to the Gemfile.
--lockfile PATH The path to the Gemfile.lock.
--target PATH The path to place the nix expression.
--lock Create or update the Gemfile.lock.