flake: format, remove extra line

This commit is contained in:
2023-11-14 14:18:53 +01:00
parent 9099f089b9
commit 66cfe71c02

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 = ''