android devel

This commit is contained in:
TheWanderingCrow 2024-11-14 14:54:00 -05:00
parent 8afa77ffc8
commit 65f4e3354c

View file

@ -19,6 +19,7 @@
pkgs = import inputs.nixpkgs {
inherit system overlays;
config.allowUnfree = true;
android_sdk.accept_license = true;
};
ns = host: (lib.nixosSystem {