From 593f1276e7e0ed1cf06a533f8521de441796f6a7 Mon Sep 17 00:00:00 2001
From: Ember Keske <git@n0emis.eu>
Date: Mon, 31 Oct 2022 18:49:46 +0100
Subject: [PATCH] stuff

---
 flake.nix | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/flake.nix b/flake.nix
index ae17193..e84b912 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,13 +19,13 @@
           buildInputs = [ hugo ];
           buildPhase = ''
             mkdir -p themes
+            rm -rf themes/PaperMod
             ln -s ${papermod} themes/PaperMod
-            ls -lah
-            mkdir $out
-            hugo --destination $out
-            ls -lah
+            hugo -v
+          '';
+          installPhase = ''
+            mv public $out
           '';
-          dontInstall = true;
         };
       };
     } // (