android devel

This commit is contained in:
TheWanderingCrow 2024-11-14 14:55:57 -05:00
parent 65f4e3354c
commit d18020e59e

View file

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