mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
docs: add links to string context documentation
operators are an everyday thing in the Nix language, and this page will hopefully be consulted by many users. string contexts are quite exotic, and not linking to the detailed explanation will require readers to figure out manually what this is about, or worse, skim over and run into problems later.
This commit is contained in:
parent
55fe4ee4f3
commit
14c8b08c86
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ The `+` operator is overloaded to also work on strings and paths.
|
||||||
>
|
>
|
||||||
> *string* `+` *string*
|
> *string* `+` *string*
|
||||||
|
|
||||||
Concatenate two [strings][string] and merge their string contexts.
|
Concatenate two [strings][string] and merge their [string contexts](./string-context.md).
|
||||||
|
|
||||||
[String concatenation]: #string-concatenation
|
[String concatenation]: #string-concatenation
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ The result is a path.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> The string must not have a string context that refers to a [store path].
|
> The string must not have a [string context](./string-context.md) that refers to a [store path].
|
||||||
|
|
||||||
[Path and string concatenation]: #path-and-string-concatenation
|
[Path and string concatenation]: #path-and-string-concatenation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue