mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 15:32:43 +01:00
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 ...'.
1 line
13 B
Text
1 line
13 B
Text
Path("/foo")
|