Start with bundlerEnv for the convert script
This commit is contained in:
parent
fcea49470c
commit
7915e20ed0
10
default.nix
Normal file
10
default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ bundlerEnv, ruby }:
|
||||
|
||||
bundlerEnv {
|
||||
inherit ruby;
|
||||
|
||||
name = "render-test";
|
||||
gemfile = ./Gemfile;
|
||||
lockfile = ./Gemfile.lock;
|
||||
gemset = ./gemset.nix;
|
||||
}
|
Reference in New Issue
Block a user