blob: ce0d2c157fc847513e00524d84b055c9a961950e [file] [log] [blame]
{ pkgs }: let
src = builtins.fetchTarball {
url = "https://android.googlesource.com/platform/system/extras/+archive/master/partition_tools.tar.gz";
}
in stdenv.mkDerivation {
}