File tree 4 files changed +19
-98
lines changed
4 files changed +19
-98
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ nix flake
57
57
## channels.\< name\> .overlays
58
58
overlays to apply to this channel
59
59
these will get exported under the 'overlays' flake output
60
- as \< channel\> /\< name\> and any overlay pulled from ${ inputs}
60
+ as \< channel\> /\< name\> and any overlay pulled from \< inputs\>
61
61
will be filtered out
62
62
63
63
@@ -73,3 +73,19 @@ list of valid Nixpkgs overlay or path convertible to its or anything convertible
73
73
74
74
75
75
76
+ ## channels.\< name\> .patches
77
+ patches to apply to this channel
78
+
79
+
80
+ * _ Type_ * :
81
+ list of paths
82
+
83
+
84
+ * _ Default_ *
85
+ ```
86
+ []
87
+ ```
88
+
89
+
90
+
91
+
Original file line number Diff line number Diff line change @@ -101,54 +101,6 @@ list of valid modules or anything convertible to it or path convertible to it
101
101
102
102
103
103
104
- ## home.profiles
105
- WARNING: The 'suites' and ` profiles ` options have been deprecated, you can now create
106
- both with the importables option. ` rakeLeaves ` can be used to create profiles and
107
- by passing a module or ` rec ` set to ` importables ` , suites can access profiles.
108
- Example:
109
- ```
110
- importables = rec {
111
- profiles = digga.lib.rakeLeaves ./profiles;
112
- suites = with profiles; { };
113
- }
114
- ```
115
- See https://github.com/divnix/digga/pull/30 for more details
116
-
117
-
118
- * _ Type_ * :
119
- list of paths or path convertible to it
120
-
121
-
122
- * _ Default_ *
123
- ```
124
- []
125
- ```
126
-
127
-
128
-
129
-
130
- ## home.suites
131
- WARNING: The 'suites' and ` profiles ` options have been deprecated, you can now create
132
- both with the importables option. ` rakeLeaves ` can be used to create profiles and
133
- by passing a module or ` rec ` set to ` importables ` , suites can access profiles.
134
- Example:
135
- ```
136
- importables = rec {
137
- profiles = digga.lib.rakeLeaves ./profiles;
138
- suites = with profiles; { };
139
- }
140
- ```
141
- See https://github.com/divnix/digga/pull/30 for more details
142
-
143
-
144
- * _ Type_ * :
145
- function that evaluates to a(n) attrs or path convertible to it
146
-
147
-
148
-
149
-
150
-
151
-
152
104
## home.users
153
105
HM users that can be deployed portably without a host.
154
106
Original file line number Diff line number Diff line change @@ -232,51 +232,3 @@ null
232
232
233
233
234
234
235
- ## nixos.profiles
236
- WARNING: The 'suites' and ` profiles ` options have been deprecated, you can now create
237
- both with the importables option. ` rakeLeaves ` can be used to create profiles and
238
- by passing a module or ` rec ` set to ` importables ` , suites can access profiles.
239
- Example:
240
- ```
241
- importables = rec {
242
- profiles = digga.lib.rakeLeaves ./profiles;
243
- suites = with profiles; { };
244
- }
245
- ```
246
- See https://github.com/divnix/digga/pull/30 for more details
247
-
248
-
249
- * _ Type_ * :
250
- list of paths or path convertible to it
251
-
252
-
253
- * _ Default_ *
254
- ```
255
- []
256
- ```
257
-
258
-
259
-
260
-
261
- ## nixos.suites
262
- WARNING: The 'suites' and ` profiles ` options have been deprecated, you can now create
263
- both with the importables option. ` rakeLeaves ` can be used to create profiles and
264
- by passing a module or ` rec ` set to ` importables ` , suites can access profiles.
265
- Example:
266
- ```
267
- importables = rec {
268
- profiles = digga.lib.rakeLeaves ./profiles;
269
- suites = with profiles; { };
270
- }
271
- ```
272
- See https://github.com/divnix/digga/pull/30 for more details
273
-
274
-
275
- * _ Type_ * :
276
- function that evaluates to a(n) attrs or path convertible to it
277
-
278
-
279
-
280
-
281
-
282
-
Original file line number Diff line number Diff line change 5
5
- [ Home] ( ./api-reference-home.md )
6
6
- [ Devshell] ( ./api-reference-devshell.md )
7
7
- [ NixOS] ( ./api-reference-nixos.md )
8
+ - [ Darwin] ( ./api-reference-darwin.md )
8
9
9
10
## channelsConfig
10
11
nixpkgs config for all channels
@@ -39,7 +40,7 @@ The builder gets passed an attrset of all channels
39
40
40
41
41
42
* _ Type_ * :
42
- function that evaluates to a(n) attrs or path convertible to it
43
+ function that evaluates to a(n) attribute set or path convertible to it
43
44
44
45
45
46
* _ Default_ *
You can’t perform that action at this time.
0 commit comments