blob: 1ea476f77b3a6b06dcac5742907320e9ca3357cf [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";
}