nixos manual: Remove trailing newline in version XML

This commit is contained in:
Graham Christensen 2017-06-28 11:42:14 -04:00
parent ad142902c6
commit 4f3f926906
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

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"