From 987641d6edc3a5961dead5ee696c1a1a5ff71ee9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 Oct 2013 18:43:15 +0100 Subject: [PATCH] Fix mkForce example --- nixos/doc/manual/configuration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration.xml b/nixos/doc/manual/configuration.xml index eb7894f157c..cfd4a76290b 100644 --- a/nixos/doc/manual/configuration.xml +++ b/nixos/doc/manual/configuration.xml @@ -456,7 +456,7 @@ When that happens, it’s possible to force one definition take precedence over the others: -services.httpd.adminAddr = mkForce "bob@example.org"; +services.httpd.adminAddr = pkgs.lib.mkForce "bob@example.org";