1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

doc/manual: Fix some broken fragments

(cherry picked from commit 071ddbed57)

# Conflicts:
#	doc/manual/src/language/operators.md
This commit is contained in:
Robert Hensing 2024-10-03 01:17:33 +02:00 committed by Mergify
parent e0c8b0fc4f
commit 9ee4a85a99
6 changed files with 12 additions and 7 deletions

View file

@ -86,7 +86,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 = {[&]() {

View file

@ -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