nixpkgs manual: fix build

after it was broken by 331f45f7bb
This commit is contained in:
Frederik Rietdijk 2019-11-13 12:21:13 +01:00
parent bc14075c4d
commit 7805d43e33

View File

@ -298,17 +298,19 @@ Additional information.
<para> <para>
review changes from pull request number 12345: review changes from pull request number 12345:
<screen>nix run nixpkgs.nix-review -c nix-review pr 12345</screen> <screen>nix run nixpkgs.nix-review -c nix-review pr 12345</screen>
</para> </para>
<para> <para>
review uncommitted changes: review uncommitted changes:
<screen>nix run nixpkgs.nix-review -c nix-review wip</screen> <screen>nix run nixpkgs.nix-review -c nix-review wip</screen>
</para> </para>
<para> <para>
review changes from last commit: review changes from last commit:
<screen>nix run nixpkgs.nix-review -c nix-review rev HEAD</screen> <screen>nix run nixpkgs.nix-review -c nix-review rev HEAD</screen>
</para>
</section>
<section xml:id="submitting-changes-tested-execution"> <section xml:id="submitting-changes-tested-execution">
<title>Tested execution of all binary files (usually in <filename>./result/bin/</filename>)</title> <title>Tested execution of all binary files (usually in <filename>./result/bin/</filename>)</title>