blob: 845c254b4925f9f420f12063891cb5a6659f0321 [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 = "pla"
}