Merge pull request #105515 from alyssais/manual-declarative

nixos/manual: don't recommend nix-env -iA
This commit is contained in:
Silvan Mosberger 2020-12-01 04:28:43 +01:00 committed by GitHub
commit c03a809dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 '&lt;nixpkgs&gt;' -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>