Fix mkForce example

This commit is contained in:
Eelco Dolstra 2013-10-31 18:43:15 +01:00
parent 599c32fdba
commit 987641d6ed
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ When that happens, its possible to force one definition take
precedence over the others: precedence over the others:
<programlisting> <programlisting>
services.httpd.adminAddr = mkForce "bob@example.org"; services.httpd.adminAddr = pkgs.lib.mkForce "bob@example.org";
</programlisting> </programlisting>
</para> </para>