initial flutter android build

This commit is contained in:
Zach Russell 2026-03-20 12:15:10 -06:00
commit 91516c2f20
5 changed files with 96 additions and 16 deletions

View file

@ -33,7 +33,6 @@
_module.args.pkgs = import nixpkgs {
inherit system;
config = {
permittedInsecurePackages = [ "olm-3.2.16" ];
android_sdk.accept_license = true;
allowUnfree = true;
};
@ -43,7 +42,6 @@
let
packages = with pkgs; [
go
olm
git
];