forked from mirrors/nixpkgs
4ba1a51b7f
This makes rebar3 build a bit more hermetic. Next stage is to pull in rebar3 plugins dependencies for bootstrap to pick up.
9 lines
186 B
Nix
9 lines
186 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "gleber";
|
|
repo = "hex-pm-registry-snapshots";
|
|
rev = "48147b0";
|
|
sha256 = "0ibfnhrhbka4n6wkhs99fpy3sjab54ip37jgvx2hcfhfr4pxhbxw";
|
|
}
|