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

* Typo fix.

This commit is contained in:
Eelco Dolstra 2004-11-05 21:12:23 +00:00
parent 5f0300d18c
commit 0b1ee4802b

View file

@ -576,7 +576,7 @@ builder becomes even shorter:
<programlisting>
. $stdenv/setup
genericBuilder></programlisting>
genericBuilder</programlisting>
In fact, <varname>mkDerivation</varname> provides a default builder
that looks exactly like that, so it is actually possible to omit the