blob: 780f792937064f2dd2c0d27ef4efa0f55398f61e [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 {
name = "partition-tools";
}