aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-06-21 14:31:09 +0200
committerGitHub <noreply@github.com>2023-06-21 14:31:09 +0200
commit5f9a921bc1e6d3e6bf65601be565585cf0190e8f (patch)
treecb82085d091623b8d977caa37ac4937deeb200eb /doc
parent085104944b2957f4269fcbfaf0d1874ab0c9ce84 (diff)
do not use "target", as it's a loaded term in the domain of compilers
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/contributing/hacking.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md
index 310d69310..6c6f2eb52 100644
--- a/doc/manual/src/contributing/hacking.md
+++ b/doc/manual/src/contributing/hacking.md
@@ -62,7 +62,7 @@ To build a release version of Nix for the current operating system and CPU archi
$ nix build
```
-You can also build Nix for one of the [supported target platforms](#platforms).
+You can also build Nix for one of the [supported platforms](#platforms).
## Building Nix
@@ -106,7 +106,7 @@ To build a release version of Nix for the current operating system and CPU archi
$ nix-build
```
-You can also build Nix for one of the [supported target platforms](#platforms).
+You can also build Nix for one of the [supported platforms](#platforms).
## Platforms