1 /* An environment for development that bundles ruby, bundler and bundix
2 together. This avoids version conflicts where each is using a diferent
5 { buildEnv, ruby, bundler, bundix }:
7 bundler_ = bundler.override {
10 bundix_ = bundix.override {
15 name = "${ruby.rubyEngine}-dev-${ruby.version}";
21 pathsToLink = [ "/bin" ];
22 ignoreCollisions = true;