Skip to content

Commit 39e5a0d

Browse files
committed
chore: update docs
1 parent b395c41 commit 39e5a0d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

docs/src/modules_schema.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,49 @@ Whether to enable load etc/profiles.d/*.sh in the shell.
244244
```
245245

246246

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+
247290
Declared in:
248291
* [modules/devshell.nix](https://github.com/numtide/devshell/tree/main/modules/devshell.nix)
249292

0 commit comments

Comments
 (0)