Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jan 14, 2024
1 parent b395c41 commit 39e5a0d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/src/modules_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,49 @@ Whether to enable load etc/profiles.d/*.sh in the shell.
```


Declared in:
* [modules/devshell.nix](https://github.com/numtide/devshell/tree/main/modules/devshell.nix)

## `devshell.menu`

Controls devshell menu


**Default value**:
```nix
{"_type":"literalExpression","text":"{ }"}
```


**Type**: submodule

**Example value**:
```nix
{"_type":"literalExpression","text":"{\n interpolate = true;\n}\n"}
```


Declared in:
* [modules/devshell.nix](https://github.com/numtide/devshell/tree/main/modules/devshell.nix)

## `devshell.menu.interpolate`

Whether to enable interpolation in the devshell menu.

**Default value**:
```nix
{"_type":"literalExpression","text":"false"}
```


**Type**: boolean

**Example value**:
```nix
{"_type":"literalExpression","text":"true"}
```


Declared in:
* [modules/devshell.nix](https://github.com/numtide/devshell/tree/main/modules/devshell.nix)

Expand Down

0 comments on commit 39e5a0d

Please sign in to comment.