+
+ # ExplanationNote: an alternative way to install Android tools,
+ # not sure if it's better than nixpkgs' machinery at anything.
+ # Just here for reference.
+ inputs.android-nixpkgs = {
+ url = "github:tadfisher/android-nixpkgs";
+
+ # ExplanationNote:
+ # The main branch follows the "canary" channel of the Android SDK
+ # repository. Use another android-nixpkgs branch to explicitly
+ # track an SDK release channel.
+ #
+ # url = "github:tadfisher/android-nixpkgs/stable";
+ # url = "github:tadfisher/android-nixpkgs/beta";
+ # url = "github:tadfisher/android-nixpkgs/preview";
+ # url = "github:tadfisher/android-nixpkgs/canary";
+
+ # ExplanationNote: replace the "nixpkgs" input for the "android-nixpkgs" flake.
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+