Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-23 | * A new primop `builtins', which returns an attribute set containing | Eelco 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 ...'. |