nix-super/doc/manual/src/language/builtins-prefix.md
2024-07-07 15:57:23 -04:00

666 B

Built-ins

This section lists the values and functions built into the Nix language evaluator. All built-ins are available through the global builtins constant.

Some built-ins are also exposed directly in the global scope:

derivation attrs

derivation is described in its own section.