blob: 6a0ea35dc1363d49048868be4a1818ee03781ffa [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";
}