aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Snelson <noah.snelson@protonmail.com>2021-12-15 23:40:37 -0800
committerNoah Snelson <noah.snelson@protonmail.com>2021-12-15 23:40:37 -0800
commitc3f9344cae1921e4ddf1568469d063c2bba787dc (patch)
tree4a2a5db263413ecaea902ced04aab94a41104a98 /src
parentf66923efdefa5160222b6d6ef0dd9fa822242116 (diff)
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`.
Diffstat (limited to 'src')
-rw-r--r--src/nix/shell.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nix/shell.md b/src/nix/shell.md
index 2a379e03f..90b81fb2f 100644
--- a/src/nix/shell.md
+++ b/src/nix/shell.md
@@ -41,8 +41,8 @@ R""(
# Description
-`nix shell` runs a command in an environment in which the `$PATH`
-variable provides the specified *installables*. If not command is
-specified, it starts the default shell of your user account.
+`nix shell` runs a command in an environment in which the `$PATH` variable
+provides the specified *installables*. If no command is specified, it starts the
+default shell of your user account specified by `$SHELL`.
)""