mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
doc/manual: Fix some broken fragments
This commit is contained in:
parent
f5a2f2a8f8
commit
071ddbed57
6 changed files with 8 additions and 8 deletions
|
@ -88,7 +88,7 @@ MixFlakeOptions::MixFlakeOptions()
|
|||
|
||||
> **DEPRECATED**
|
||||
>
|
||||
> Use [`--no-use-registries`](#opt-no-use-registries) instead.
|
||||
> Use [`--no-use-registries`](@docroot@/command-ref/conf-file.md#conf-use-registries) instead.
|
||||
)",
|
||||
.category = category,
|
||||
.handler = {[&]() {
|
||||
|
|
|
@ -48,7 +48,7 @@ R""(
|
|||
# Description
|
||||
|
||||
`nix shell` runs a command in an environment in which the `$PATH` variable
|
||||
provides the specified [*installables*](./nix.md#installable). If no command is specified, it starts the
|
||||
provides the specified [*installables*](./nix.md#installables). If no command is specified, it starts the
|
||||
default shell of your user account specified by `$SHELL`.
|
||||
|
||||
# Use as a `#!`-interpreter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue