Fix mkForce example

This commit is contained in:
Eelco Dolstra 2013-10-31 18:43:15 +01:00
parent 599c32fdba
commit 987641d6ed

View file

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