nixos manual: Remove trailing newline in version XML
This commit is contained in:
parent
ad142902c6
commit
4f3f926906
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue