Merge pull request #11777 from AveryGlitch/fix/manual-typo

Manual: Fixed typo that casued a syntax error
This commit is contained in:
Nikolay Amiantov 2015-12-17 16:28:31 +03:00
commit 263a17f90c
2 changed files with 2 additions and 2 deletions

View file

@ -277,7 +277,7 @@ c = lib.makeOverridable f { a = 1; b = 2; }</programlisting>
multiPkgs = pkgs: (with pkgs;
[ udev
alsaLib
]) ++ (with [];
]);
runScript = "bash";
}).env
]]></programlisting>

View file

@ -12,7 +12,7 @@
<xi:include href="introduction.xml" />
<xi:include href="quick-start.xml" />
<xi:include href="stdenv.xml" />
<xi:include href="packageconfig.xml" />
<xi:include href="configuration.xml" />
<xi:include href="functions.xml" />
<xi:include href="meta.xml" />
<xi:include href="language-support.xml" />