forked from lix-project/lix
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>
This commit is contained in:
parent
085104944b
commit
5f9a921bc1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue