Final commit; switching to new branch
diff --git a/.history/shells/android_20220301145756.nix b/.history/shells/android_20220301145756.nix
new file mode 100644
index 0000000..999b711
--- /dev/null
+++ b/.history/shells/android_20220301145756.nix
@@ -0,0 +1,6 @@
+{ pkgs ? import <nixpkgs {} }:
+pkgs.mkShell {
+  buildInputs = [
+    (import ./)
+  ]
+}
\ No newline at end of file