Merge pull request #105515 from alyssais/manual-declarative
nixos/manual: don't recommend nix-env -iA
This commit is contained in:
commit
c03a809dc4
1 changed files with 2 additions and 7 deletions
|
@ -480,13 +480,8 @@ Retype new UNIX password: ***</screen>
|
|||
<prompt>$ </prompt>passwd eelco</screen>
|
||||
</para>
|
||||
<para>
|
||||
You may also want to install some software. For instance,
|
||||
<screen>
|
||||
<prompt>$ </prompt>nix-env -qaP \*</screen>
|
||||
shows what packages are available, and
|
||||
<screen>
|
||||
<prompt>$ </prompt>nix-env -f '<nixpkgs>' -iA w3m</screen>
|
||||
installs the <literal>w3m</literal> browser.
|
||||
You may also want to install some software. This will be covered
|
||||
in <xref linkend="sec-package-management" />.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
|
Loading…
Reference in a new issue