Fix mkForce example
This commit is contained in:
parent
599c32fdba
commit
987641d6ed
|
@ -456,7 +456,7 @@ When that happens, it’s 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>
|
||||
|
|
Loading…
Reference in New Issue