https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
8 lines
212 B
Nix
8 lines
212 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "skaes";
|
|
repo = "rvm-patchsets";
|
|
rev = "0251817e2b9d5f73370bbbb12fdf7f7089bd1ac3";
|
|
sha256 = "1biiq5xzzdfb4hr1sgmx14i2nr05xa9w21pc7dl8c5n4f2ilg8ss";
|
|
}
|