aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-12-16 09:53:02 +0100
committerGitHub <noreply@github.com>2021-12-16 09:53:02 +0100
commitc4862fb1f93876b1545510c1f3a82e1f7a533998 (patch)
tree4a2a5db263413ecaea902ced04aab94a41104a98
parentf66923efdefa5160222b6d6ef0dd9fa822242116 (diff)
parentc3f9344cae1921e4ddf1568469d063c2bba787dc (diff)
Merge pull request #5779 from peeley/fix-shell-doc-typo
Fix typo in `nix shell --help` doc
-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`.
)""