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
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ let
chmod -R u+w . chmod -R u+w .
ln -s ${modulesDoc} configuration/modules.xml ln -s ${modulesDoc} configuration/modules.xml
ln -s ${optionsDocBook} options-db.xml ln -s ${optionsDocBook} options-db.xml
echo "${version}" > version printf "%s" "${version}" > version
''; '';
toc = builtins.toFile "toc.xml" toc = builtins.toFile "toc.xml"