Final commit; switching to new branch
diff --git a/.history/shells/packages/com.googlesource.android.partition-tools.platform.system.extras_20220301143508.nix b/.history/shells/packages/com.googlesource.android.partition-tools.platform.system.extras_20220301143508.nix
new file mode 100644
index 0000000..ce0d2c1
--- /dev/null
+++ b/.history/shells/packages/com.googlesource.android.partition-tools.platform.system.extras_20220301143508.nix
@@ -0,0 +1,7 @@
+{ pkgs }: let
+    src = builtins.fetchTarball {
+        url = "https://android.googlesource.com/platform/system/extras/+archive/master/partition_tools.tar.gz";
+
+    }
+in stdenv.mkDerivation {
+}
\ No newline at end of file