mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
pkgs/nix-directory: stop using qemu-user to init nix db
This commit is contained in:
parent
6b9e3fbbec
commit
1629d13fd7
4 changed files with 7 additions and 27 deletions
|
|
@ -205,7 +205,7 @@ Developer's device:
|
|||
1. `proot` for the target platform is cross-compiled against `bionic`,
|
||||
(to fake file paths like `/nix/store`; think 'userspace `chroot`')
|
||||
2. Target `nix` is taken from the original release tarball
|
||||
3. Target `nix` database is initialized (with host `proot` and `qemu-user`)
|
||||
3. Target `nix` database is initialized (using host `proot`)
|
||||
4. Support scripts and config files are built with `nix` and the Nix-on-Droid
|
||||
module system
|
||||
5. From these, a bootstrap zipball is built and published on an HTTP server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue