1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-10-05 16:57:13 +03:00

examples/installer: Fix README use of build

This commit is contained in:
Samuel Dionne-Riel 2024-03-25 21:06:19 -04:00
parent 680c85c2d1
commit c68fca3410

View File

@ -27,7 +27,7 @@ This will have different implications depending on the device.
(E.g. `pine64-pinephone`)
```
$ nix-build examples/installer/ --argstr device pine64-pinephone -A build.default
$ nix-build examples/installer/ --argstr device pine64-pinephone -A outputs.default
$ file -L result
result: DOS/MBR boot sector; partition 1 : ID=0xee, start-CHS (0x0,0,2), end-CHS (0x3ff,255,63), startsector 1, 319555 sectors, extended partition table (last)
```