mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Allow primops to have Markdown documentation
This commit is contained in:
parent
88d5c9ec58
commit
33b1679d75
6 changed files with 92 additions and 15 deletions
|
@ -9,9 +9,6 @@ scope. Instead, you can access them through the `builtins` built-in
|
|||
value, which is a set that contains all built-in functions and values.
|
||||
For instance, `derivation` is also available as `builtins.derivation`.
|
||||
|
||||
- `abort` *s*; `builtins.abort` *s*
|
||||
Abort Nix expression evaluation, print error message *s*.
|
||||
|
||||
- `builtins.add` *e1* *e2*
|
||||
Return the sum of the numbers *e1* and *e2*.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue