about summary refs log tree commit diff
path: root/doc/functions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions.xml')
-rw-r--r--doc/functions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functions.xml b/doc/functions.xml
index e2bc751e1402..7f40ba33cd4a 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -277,7 +277,7 @@ c = lib.makeOverridable f { a = 1; b = 2; }</programlisting>
   multiPkgs = pkgs: (with pkgs;
     [ udev
       alsaLib
-    ]) ++ (with [];
+    ]);
   runScript = "bash";
 }).env
 ]]></programlisting>