c27a653bba
* add the 2.1.x versions * include teeny version in passthru * by default, apply the same patches used by RVM * clean up file names and attribute names
9 lines
212 B
Nix
9 lines
212 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "skaes";
|
|
repo = "rvm-patchsets";
|
|
rev = "13d535bbc060b1b8166673932fe7098abf4216b8";
|
|
sha256 = "0hf1m2bsdgdnyi4427gknvpd8cfribw77lf2k980flb1z9g5d7ib";
|
|
}
|