Fixed a syntax error in the buildFHSChrootEnv example. Also, fixed the manual.xml so it actually builds.

This commit is contained in:
Avery Glitch 2015-12-17 19:42:36 +11:00
parent 330afe9f4e
commit b72bcd1e32
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" />