10 lines
258 B
Nix
10 lines
258 B
Nix
|
{ fetchgit }:
|
||
|
|
||
|
fetchgit {
|
||
|
url = "https://anongit.gentoo.org/git/repo/gentoo.git";
|
||
|
rev = "fa77d52a7ff39464c50707ca024725deab08b534";
|
||
|
sparseCheckout = [ "*.patch" ];
|
||
|
nonConeMode = true;
|
||
|
hash = "sha256-ZTrPeo8TjKSDAUyeJyWq1C8O9EXd9uhClHlphPsFXCA=";
|
||
|
}
|