From 66cfe71c020c8e3342aaa14e797430d9a7601278 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 14 Nov 2023 14:18:53 +0100 Subject: [PATCH] flake: format, remove extra line --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = ''