Fix typo in src/nix/shell.md

Changed `If not command` to `If no command`, also specified that the
default shell launched in `nix shell` can be specified with `$SHELL`.
This commit is contained in:
Noah Snelson 2021-12-15 23:40:37 -08:00
parent f66923efde
commit c3f9344cae

View file

@ -41,8 +41,8 @@ R""(
# Description # Description
`nix shell` runs a command in an environment in which the `$PATH` `nix shell` runs a command in an environment in which the `$PATH` variable
variable provides the specified *installables*. If not command is provides the specified *installables*. If no command is specified, it starts the
specified, it starts the default shell of your user account. default shell of your user account specified by `$SHELL`.
)"" )""