1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/doc/manual/source/language/builtins-prefix.md
2025-09-18 00:04:31 -04:00

1.1 KiB

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.