about summary refs log tree commit diff
path: root/tests/lang/eval-okay-builtins.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-23 * A new primop `builtins', which returns an attribute set containingEelco Dolstra1-0/+12
all the primops. This allows Nix expressions to test for new primops and take appropriate action if they're not available. For instance, rather than calling a primop `foo' directly, they could say `if builtins ? foo then builtins.foo ... else ...'.