docs(tvix/eval): pad pure column so it can fit "false"
Change-Id: Iaedfc281db82de1e8eb2400db1118c8431d2579f Reviewed-on: https://cl.tvl.fyi/c/depot/+/6333 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
e25972877a
commit
18efbac5c5
1 changed files with 107 additions and 107 deletions
|
@ -11,7 +11,7 @@ without documenting their functionality.
|
|||
See also https://nixos.org/manual/nix/stable/expressions/builtins.html
|
||||
|
||||
| name | global | arity | pure |
|
||||
|-------------------------------|--------|-------|------|
|
||||
|-------------------------------|--------|-------|-------|
|
||||
| abort | true | 1 | |
|
||||
| add | false | 2 | true |
|
||||
| addErrorContext | false | ? | |
|
||||
|
@ -55,7 +55,7 @@ See also https://nixos.org/manual/nix/stable/expressions/builtins.html
|
|||
| genericClosure | false | | |
|
||||
| getAttr | false | | |
|
||||
| getContext | false | | |
|
||||
| getEnv | false | | |
|
||||
| getEnv | false | | false |
|
||||
| hasAttr | false | | |
|
||||
| hasContext | false | | |
|
||||
| hashFile | false | | |
|
||||
|
|
Loading…
Reference in a new issue