mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
322 B
322 B
Variables
A variable is an identifier used as an expression.
Syntax
expression → identifier
A variable must have the same name as a definition in the scope that encloses it. The value of a variable is the value of the corresponding expression in the enclosing scope.