aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-builtins.nix
AgeCommit message (Collapse)Author
2006-08-23* A new primop `builtins', which returns an attribute set containingEelco Dolstra
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 ...'.