do not mention output attributes

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin 2023-07-18 23:21:43 +02:00
parent c8f04e2024
commit 1a220bed93

View file

@ -130,7 +130,7 @@ platform. Common solutions include [remote builders] and [binary format emulatio
[remote builders]: ../advanced-topics/distributed-builds.md
[binfmt emulation]: https://nixos.org/manual/nixos/stable/options.html#opt-boot.binfmt.emulatedSystems
Given such a setup, executing the build only requires selecting the respective output attribute.
Given such a setup, executing the build only requires selecting the respective attribute.
For example, to compile for `aarch64-linux`:
```console