Merge pull request #19713 from rzetterberg/patch-1

texlive manual: adds import of nixpkgs in nix-repl
This commit is contained in:
Jörg Thalheim
2016-10-20 10:04:02 +02:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ texlive.combine {
You can list packages e.g. by <command>nix-repl</command>.
<programlisting>
$ nix-repl
nix-repl> :l &lt;nixpkgs>
nix-repl> texlive.collection-&lt;TAB>
</programlisting>
</para></listitem>