flake: format, remove extra line

This commit is contained in:
Asmir A 2023-11-14 14:18:53 +01:00
parent 9099f089b9
commit 66cfe71c02
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -26,9 +26,8 @@
submodules = true;
buildPhase = ''
ls ${theme}/
ln -s ${theme} themes/anemone
zola build -u ${url}
ln -s ${theme} themes/anemone
zola build -u ${url}
'';
installPhase = ''