1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Add missing beginning of sentence

See
https://lethalman.blogspot.com/2014/08/nix-pill-12-inputs-design-pattern.html
for original post on which the correction is based.
This commit is contained in:
Sylvain Bellemare 2020-10-08 23:20:19 +01:00 committed by Jon
parent 50f4f42807
commit 9f477d2d1e

View file

@ -186,7 +186,7 @@
<emphasis role="underline">Goal:</emphasis> make package expressions independent of the repository.
</para>
<para>
How do we achieve that? The answer is simple: use functions to declare inputs for a derivation. t for <filename>graphviz.nix</filename>, will make the derivation independent of the repository and customizable:
How do we achieve that? The answer is simple: use functions to declare inputs for a derivation. Doing it for <filename>graphviz.nix</filename>, will make the derivation independent of the repository and customizable:
</para>
<screen><xi:include href="./12/graphviz-mkderivation.txt" parse="text" /></screen>
<para>