File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,49 @@ Whether to enable load etc/profiles.d/*.sh in the shell.
244
244
```
245
245
246
246
247
+ Declared in:
248
+ * [ modules/devshell.nix] ( https://github.com/numtide/devshell/tree/main/modules/devshell.nix )
249
+
250
+ ## ` devshell.menu `
251
+
252
+ Controls devshell menu
253
+
254
+
255
+ ** Default value** :
256
+ ``` nix
257
+ {"_type":"literalExpression","text":"{ }"}
258
+ ```
259
+
260
+
261
+ ** Type** : submodule
262
+
263
+ ** Example value** :
264
+ ``` nix
265
+ {"_type":"literalExpression","text":"{\n interpolate = true;\n}\n"}
266
+ ```
267
+
268
+
269
+ Declared in:
270
+ * [ modules/devshell.nix] ( https://github.com/numtide/devshell/tree/main/modules/devshell.nix )
271
+
272
+ ## ` devshell.menu.interpolate `
273
+
274
+ Whether to enable interpolation in the devshell menu.
275
+
276
+ ** Default value** :
277
+ ``` nix
278
+ {"_type":"literalExpression","text":"false"}
279
+ ```
280
+
281
+
282
+ ** Type** : boolean
283
+
284
+ ** Example value** :
285
+ ``` nix
286
+ {"_type":"literalExpression","text":"true"}
287
+ ```
288
+
289
+
247
290
Declared in:
248
291
* [ modules/devshell.nix] ( https://github.com/numtide/devshell/tree/main/modules/devshell.nix )
249
292
You can’t perform that action at this time.
0 commit comments