1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01: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

@ -62,7 +62,7 @@ These pages can be viewed offline:
Several operations, such as [`nix-env --query`](./nix-env/query.md) and [`nix-env --install`](./nix-env/install.md), take a list of *arguments* that specify the packages on which to operate.
Packages are identified based on a `name` part and a `version` part of a [symbolic derivation name](@docroot@/language/derivations.md#attr-names):
Packages are identified based on a `name` part and a `version` part of a [symbolic derivation name](@docroot@/language/derivations.md#attr-name):
- `name`: Everything up to but not including the first dash (`-`) that is *not* followed by a letter.
- `version`: The rest, excluding the separating dash.