diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-26 16:14:38 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-03-26 16:14:38 +0100 |
commit | 4638bcfb2cfb74cb5029c0da0af38bb7ca4b4a6f (patch) | |
tree | 2fba934d6d7f7e1bb41a38861d35ba3887d4ca9b /src/nix/build.md | |
parent | dc6a8f154856be4a969fc9a03ff2aa0529abbbf9 (diff) |
Fix some typos
Fixes #4671.
Diffstat (limited to 'src/nix/build.md')
-rw-r--r-- | src/nix/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/build.md b/src/nix/build.md index c2f3e387a..20138b7e0 100644 --- a/src/nix/build.md +++ b/src/nix/build.md @@ -81,7 +81,7 @@ path installables are substituted. Unless `--no-link` is specified, after a successful build, it creates symlinks to the store paths of the installables. These symlinks have -the prefix `./result` by default; this can be overriden using the +the prefix `./result` by default; this can be overridden using the `--out-link` option. Each symlink has a suffix `-<N>-<outname>`, where *N* is the index of the installable (with the left-most installable having index 0), and *outname* is the symbolic derivation output name |