move all ruby modules to development/ruby-modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ buildRubyGem, makeWrapper, ruby, coreutils }:
|
||||
|
||||
buildRubyGem rec {
|
||||
inherit ruby;
|
||||
name = "${gemName}-${version}";
|
||||
gemName = "bundler";
|
||||
version = "1.11.2";
|
||||
sha256 = "0s37j1hyngc4shq0in8f9y1knjdqkisdg3dd1mfwgq7n1bz8zan7";
|
||||
dontPatchShebangs = true;
|
||||
}
|
||||
Reference in New Issue
Block a user