do not mention output attributes

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin
2023-07-19 10:38:12 +02:00
co-authored by Robert Hensing
parent c8f04e2024
commit 1a220bed93
+1 -1
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