Skip to content

Commit dbaba45

Browse files
committed
upd: docs
1 parent f17d9a7 commit dbaba45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/modules_schema.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Available only in `Nix`
44

5+
See how `commands.<name>` ([link](https://github.com/numtide/devshell/tree/main/nix/commands/examples.nix)) maps to `commands.*` ([link](https://github.com/numtide/devshell/tree/main/tests/extra/lib.flattenCommands.nix)).
6+
57
### `commands.<name>.*`
68

79
A config for command(s) when the `commands` option is an attrset.
@@ -469,7 +471,7 @@ Add commands to the environment.
469471

470472
### `commands.*`
471473

472-
A config for a command when the `commands` option is a list ("flat").
474+
A config for a command when the `commands` option is a list.
473475

474476
**Type**: `(package or string convertible to it) or (list with two elements of types: [ string (package or string convertible to it) ]) or (flatOptions)`
475477

0 commit comments

Comments
 (0)