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
commit 857f6bec51

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>