inscapist / ruby-nix

Generates reproducible ruby/bundler app environment with Nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howto create a ruby app when there is no gem

ngiger opened this issue · comments

I am looking for a solution howto build https://github/zdavatz/migel where I have a gemfile, but the app is NOT published a gem.

commented

The high level steps to build the environment of the gemfile are essentially:

  1. ensure Gemfile.lock is in your path
  2. run bundix
  3. run nix develop to enter the shell

Let me know if I answered your question.