diff options
Diffstat (limited to 'doc/manual/src/command-ref/nix-shell.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-shell.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-shell.md b/doc/manual/src/command-ref/nix-shell.md index d6dbb6e26..492351867 100644 --- a/doc/manual/src/command-ref/nix-shell.md +++ b/doc/manual/src/command-ref/nix-shell.md @@ -50,7 +50,7 @@ will cause `nix-shell` to print `Hello shell`. All options not listed here are passed to `nix-store --realise`, except for `--arg` and `--attr` / `-A` which are passed to -`nix-instantiate`. See also [???](#sec-common-options). +`nix-instantiate`. - `--command` *cmd* In the environment of the derivation, run the shell command *cmd*. |