You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/command-ref/nix-env/install.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ It is based on the current generation of the active [profile](@docroot@/command-
22
22
23
23
The arguments *args* map to store paths in a number of possible ways:
24
24
25
-
- By default, *args* is a set of [derivation]names denoting derivations in the [default Nix expression].
25
+
- By default, *args* is a set of names denoting derivations in the [default Nix expression].
26
26
These are [realised], and the resulting output paths are installed.
27
27
Currently installed derivations with a name equal to the name of a derivation being added are removed unless the option `--preserve-installed` is specified.
28
28
@@ -66,11 +66,11 @@ The arguments *args* map to store paths in a number of possible ways:
66
66
This can be used to override the priority of the derivations being installed.
67
67
This is useful if *args* are [store paths], which don't have any priority information.
68
68
69
-
- If *args* are [store paths] to [derivations](@docroot@/glossary.md#gloss-derivation), then those derivations are [realised], and the resulting output paths are installed.
69
+
- If *args* are [store paths]that point to [store derivations][store derivation], then those store derivations are [realised], and the resulting output paths are installed.
70
70
71
-
- If *args* are [store paths] not to derivations, then these are [realised] and installed.
71
+
- If *args* are [store paths]that do not point to store derivations, then these are [realised] and installed.
72
72
73
-
- By default all [outputs](@docroot@/language/derivations.md#attr-outputs) are installed for each [derivation].
73
+
- By default all [outputs](@docroot@/language/derivations.md#attr-outputs) are installed for each [store derivation].
74
74
This can be overridden by adding a `meta.outputsToInstall` attribute on the derivation listing a subset of the output names.
75
75
76
76
Example:
@@ -122,6 +122,8 @@ The arguments *args* map to store paths in a number of possible ways:
0 commit comments