1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-06 03:27:17 +03:00

doc/boot_process: build.* -> outputs.*

This commit is contained in:
Samuel Dionne-Riel 2021-08-27 01:21:30 -04:00
parent c6999de138
commit cd5c8352d0

View File

@ -41,7 +41,7 @@ When the device is not a _"Boot as recovery"_, or still uses a recovery
partition, you will need to flash a recovery image to the recovery partition.
....
$ nix-build --argstr device $DEVICE -A build.android-recovery
$ nix-build --argstr device $DEVICE -A outputs.android-recovery
$ fastboot flash recovery result
....