* Typo fix.
This commit is contained in:
parent
5f0300d18c
commit
0b1ee4802b
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ builder becomes even shorter:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
. $stdenv/setup
|
. $stdenv/setup
|
||||||
genericBuilder></programlisting>
|
genericBuilder</programlisting>
|
||||||
|
|
||||||
In fact, <varname>mkDerivation</varname> provides a default builder
|
In fact, <varname>mkDerivation</varname> provides a default builder
|
||||||
that looks exactly like that, so it is actually possible to omit the
|
that looks exactly like that, so it is actually possible to omit the
|
||||||
|
|
Loading…
Reference in a new issue