aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-07-18 23:21:43 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-07-19 10:38:12 +0200
commit1a220bed9361be2c360f83eb42025f9765c96f34 (patch)
tree910119d23db619b28cdf6fcdc75a80d8ff5f7eec /doc/manual/src
parentc8f04e2024d3e66f620ae38258fa86eb6103ce05 (diff)
do not mention output attributes
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/contributing/hacking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md
index ff4690f1e..b8ea977d7 100644
--- a/doc/manual/src/contributing/hacking.md
+++ b/doc/manual/src/contributing/hacking.md
@@ -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