diff --git a/flake.nix b/flake.nix index 426f19f..8d7d1ec 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ''