mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Clarify arch woes and Termux relations in README
This commit is contained in:
parent
0fc0024f4e
commit
92380aba23
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
|
@ -11,8 +11,10 @@ of [Termux-the-terminal-emulator app](https://github.com/termux/termux-app),
|
|||
but has no relation to Termux-the-distro.
|
||||
Please do not pester Termux folks about my stuff.
|
||||
|
||||
Only tested with aarch64, may also accidentally work on x86.
|
||||
Sorry, it would not work on 32-bit ARM devices.
|
||||
Will only work with aarch64.
|
||||
It should be easy to support x86 devices, but I don't own one.
|
||||
Sorry, it would not work on 32-bit ARM devices
|
||||
and it's probably not an easy feat to pull off.
|
||||
|
||||
This repository contains the script
|
||||
that is responsible for the initial bootstrap zipball generation.
|
||||
|
|
@ -39,8 +41,13 @@ Prebuilt stuff resides at https://nix-on-droid.unboiled.info
|
|||
|
||||
Copyright (c) 2019 Alexander Sosedkin <monk@unboiled.info>
|
||||
|
||||
Previous project that used Termux-the-distro:
|
||||
https://github.com/t184256/nix-in-termux
|
||||
|
||||
Based off the official Nix install script (https://nixos.org/nix/install),
|
||||
presumably written by Eelco Dolstra.
|
||||
|
||||
Is deployed and used with [a fork](https://github.com/t184256/nix-on-droid-app)
|
||||
of [Termux-the-terminal-emulator app](https://github.com/termux/termux-app),
|
||||
but has no relation to Termux-the-distro.
|
||||
|
||||
Previous project that did use Termux-the-distro:
|
||||
https://github.com/t184256/nix-in-termux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue