Fixed a syntax error in the buildFHSChrootEnv example. Also, fixed the manual.xml so it actually builds.
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ c = lib.makeOverridable f { a = 1; b = 2; }</programlisting>
|
||||
multiPkgs = pkgs: (with pkgs;
|
||||
[ udev
|
||||
alsaLib
|
||||
]) ++ (with [];
|
||||
]);
|
||||
runScript = "bash";
|
||||
}).env
|
||||
]]></programlisting>
|
||||
|
||||
Reference in New Issue
Block a user