pkgs/nix-directory: stop using qemu-user to init nix db

This commit is contained in:
Alexander Sosedkin 2021-12-08 21:48:38 +01:00
parent 6b9e3fbbec
commit 1629d13fd7
4 changed files with 7 additions and 27 deletions

View file

@ -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