nixos manual: Remove trailing newline in version XML

This commit is contained in:
Graham Christensen
2017-06-28 19:58:06 -04:00
parent ad142902c6
commit 4f3f926906
+1 -1
View File
@@ -65,7 +65,7 @@ let
chmod -R u+w .
ln -s ${modulesDoc} configuration/modules.xml
ln -s ${optionsDocBook} options-db.xml
echo "${version}" > version
printf "%s" "${version}" > version
'';
toc = builtins.toFile "toc.xml"