Skip to content
forked from aflatter/bundix

Generates a Nix expression for your Bundler-managed application.

Notifications You must be signed in to change notification settings

cstrahan/bundix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 94.0%
  • Nix 5.4%
  • Shell 0.6%