add all packages
This commit is contained in:
parent
f795085db5
commit
02221ac11a
5 changed files with 15 additions and 8 deletions
|
|
@ -16,17 +16,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.androidenv
|
|
||||||
pkgs.androidsdk
|
|
||||||
pkgs.androidndk
|
|
||||||
pkgs.nodejs-18_x
|
|
||||||
pkgs.yarn
|
pkgs.yarn
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.androidenv
|
|
||||||
pkgs.androidsdk
|
|
||||||
pkgs.androidndk
|
|
||||||
pkgs.nodejs-18_x
|
|
||||||
pkgs.yarn
|
pkgs.yarn
|
||||||
];
|
];
|
||||||
|
|
||||||
15
apks/by-name/ni/nix-on-droid/package.nix
Normal file
15
apks/by-name/ni/nix-on-droid/package.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
flutterTools,
|
||||||
|
fetchFromGithub,
|
||||||
|
}:
|
||||||
|
|
||||||
|
flutterTools.buildApk {
|
||||||
|
|
||||||
|
src = fetchFromGithub {
|
||||||
|
owner = "";
|
||||||
|
repo = "";
|
||||||
|
tag = "";
|
||||||
|
hash = "";
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
0
apks/by-name/te/termux/package.nix
Normal file
0
apks/by-name/te/termux/package.nix
Normal file
0
apks/lib/default.nix
Normal file
0
apks/lib/default.nix
Normal file
Loading…
Add table
Add a link
Reference in a new issue