git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
8 lines
237 B
Nix
8 lines
237 B
Nix
# Ruby >= 2.1.0 tries to download config.{guess,sub}
|
|
{ fetchFromSavannah }:
|
|
|
|
fetchFromSavannah {
|
|
repo = "config";
|
|
rev = "576c839acca0e082e536fd27568b90a446ce5b96";
|
|
sha256 = "11bjngchjhj0qq0ppp8c37rfw0yhp230nvhs2jvlx15i9qbf56a0";
|
|
}
|