From 1a220bed9361be2c360f83eb42025f9765c96f34 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Tue, 18 Jul 2023 23:21:43 +0200 Subject: [PATCH] do not mention output attributes Co-authored-by: Robert Hensing --- doc/manual/src/contributing/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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