mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
docs: add variables; rework scope (#11062)
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
This commit is contained in:
parent
b24757f08a
commit
6ed67d35ed
4 changed files with 35 additions and 10 deletions
|
@ -22,7 +22,7 @@ A name can be an [identifier](#identifier) or a [string literal](./syntax.md#str
|
|||
>
|
||||
> *name* → *identifier* | *string*
|
||||
|
||||
Names are used in [attribute sets](./syntax.md#attrs-literal), [`let` bindings](./syntax.md#let-expressions), and [`inherit`](./syntax.md#inheriting attributes).
|
||||
Names are used in [attribute sets](./syntax.md#attrs-literal), [`let` bindings](./syntax.md#let-expressions), and [`inherit`](./syntax.md#inheriting-attributes).
|
||||
|
||||
# Keywords
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue