forked from Henry-Hiles/nexus
initial flutter android build
This commit is contained in:
parent
4c69831c54
commit
91516c2f20
5 changed files with 96 additions and 16 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue