cstrahan / bundix

Generates a Nix expression for your Bundler-managed application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Bundix makes it easy to package your Bundler-enabled applications with the Nix package manager.

Basic Usage

  1. Change to your project's directory.
  2. Run bundix (or, if you want to additionally update/create your Gemfile.lock: bundix --lock).

Options

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.

About

Generates a Nix expression for your Bundler-managed application.


Languages

Language:Ruby 94.1%Language:Nix 5.4%Language:Shell 0.6%