New app: Nix-on-Droid
This commit is contained in:
parent
4f1d346443
commit
c62e0f4f86
47
metadata/com.termux.nix.yml
Normal file
47
metadata/com.termux.nix.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
Categories:
|
||||||
|
- Development
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://nix-on-droid.unboiled.info
|
||||||
|
SourceCode: https://github.com/t184256/nix-on-droid-bootstrap
|
||||||
|
IssueTracker: https://github.com/t184256/nix-on-droid-bootstrap/issues
|
||||||
|
|
||||||
|
Name: Nix-on-Droid
|
||||||
|
AutoName: Nix
|
||||||
|
Description: |-
|
||||||
|
Nix-on-Droid brings Nix package manager of NixOS fame
|
||||||
|
to your mobile device.
|
||||||
|
If you're not after its advanced features,
|
||||||
|
you might still be interested in tapping into nixpkgs,
|
||||||
|
a vast collection of precompiled software.
|
||||||
|
|
||||||
|
At first start the app will download Nix repackaged for Android,
|
||||||
|
leaving you with a barebones system afterwards.
|
||||||
|
If you are an experienced Nix user, you know what to do next.
|
||||||
|
If you are in doubt, follow the on-screen instructions,
|
||||||
|
to install more of the familiar Linux software
|
||||||
|
and declaratively manage your environment.
|
||||||
|
|
||||||
|
NOTE: this software is alpha-quality.
|
||||||
|
Users that value
|
||||||
|
stability and Android integration over
|
||||||
|
features and package selection
|
||||||
|
might better be served with Termux as of now.
|
||||||
|
|
||||||
|
Nix-on-Droid uses a fork of Termux application as a terminal emulator.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/t184256/nix-on-droid-app
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.66_v0.2.2_nix
|
||||||
|
versionCode: 66022
|
||||||
|
commit: v0.66_v0.2.2_nix
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckName: com.termux
|
||||||
|
CurrentVersion: 0.66_v0.2.2_nix
|
||||||
|
CurrentVersionCode: 66022
|
||||||
1
metadata/com.termux.nix/en-US/summary.txt
Normal file
1
metadata/com.termux.nix/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Nix package manager for Android
|
||||||
Loading…
Reference in a new issue