fix typo in nix-env man page

This commit is contained in:
Nicolas Dudebout 2018-04-07 21:10:46 -04:00 committed by GitHub
parent b828051659
commit d8a1c27806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -456,7 +456,7 @@ $ nix-env -f ~/foo.nix -i '.*'</screen>
from another profile:
<screen>
$ nix-env -i --from-profile /nix/var/nix/profiles/foo -i gcc</screen>
$ nix-env -i --from-profile /nix/var/nix/profiles/foo gcc</screen>
</para>