File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
doc/manual/source/language Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,28 @@ All built-ins are available through the global [`builtins`](#builtins-builtins)
55
66Some built-ins are also exposed directly in the global scope:
77
8- <!-- TODO(@rhendric, #10970): this list is incomplete -->
9-
108- [ ` derivation ` ] ( #builtins-derivation )
11- - [ ` import ` ] ( #builtins-import )
9+ - ` derivationStrict `
1210- [ ` abort ` ] ( #builtins-abort )
11+ - [ ` baseNameOf ` ] ( #builtins-baseNameOf )
12+ - [ ` break ` ] ( #builtins-break )
13+ - [ ` dirOf ` ] ( #builtins-dirOf )
14+ - [ ` false ` ] ( #builtins-false )
15+ - [ ` fetchGit ` ] ( #builtins-fetchGit )
16+ - ` fetchMercurial `
17+ - [ ` fetchTarball ` ] ( #builtins-fetchTarball )
18+ - [ ` fetchTree ` ] ( #builtins-fetchTree )
19+ - [ ` fromTOML ` ] ( #builtins-fromTOML )
20+ - [ ` import ` ] ( #builtins-import )
21+ - [ ` isNull ` ] ( #builtins-isNull )
22+ - [ ` map ` ] ( #builtins-map )
23+ - [ ` null ` ] ( #builtins-null )
24+ - [ ` placeholder ` ] ( #builtins-placeholder )
25+ - [ ` removeAttrs ` ] ( #builtins-removeAttrs )
26+ - ` scopedImport `
1327- [ ` throw ` ] ( #builtins-throw )
28+ - [ ` toString ` ] ( #builtins-toString )
29+ - [ ` true ` ] ( #builtins-true )
1430
1531<dl >
1632 <dt id =" builtins-derivation " ><a href =" #builtins-derivation " ><code >derivation <var >attrs</var ></code ></a ></dt >
You can’t perform that action at this time.
0 commit comments