summaryrefslogtreecommitdiffstats
path: root/doc/functions.xml
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-10-28 16:27:10 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-10-28 16:28:31 +0200
commita1ecc5648a5b083b9169e2f9e99dcdb5fa4b32e5 (patch)
tree1451027093d7e9d553798a094c20b1f1c23420ea /doc/functions.xml
parent2c0f926f8f697143d242408561f8e86d0307d8ff (diff)
nixpkgs doc: fix build
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 e767d01d8431..e3a6975f91f8 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -57,7 +57,7 @@ in ...</programlisting>
linkend="sec-modify-via-packageOverrides">config.packageOverrides</link>,
along with that from previous calls if this function was called repeatedly.
Now those previous changes will be preserved so this function can be "chained" meaningfully.
- To recover the old behavior, make sure <varname>config.packageOverrides<varname> is unset,
+ To recover the old behavior, make sure <varname>config.packageOverrides</varname> is unset,
and call this only once off a "freshly" imported nixpkgs:
<programlisting>let