From 98d1b121d46e0e30a1701ce2706d8c4f361ad7b4 Mon Sep 17 00:00:00 2001 From: Ember Keske Date: Mon, 31 Oct 2022 16:41:44 +0100 Subject: [PATCH] more build changes --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c68c562..ae17193 100644 --- a/flake.nix +++ b/flake.nix @@ -20,8 +20,10 @@ buildPhase = '' mkdir -p themes ln -s ${papermod} themes/PaperMod + ls -lah mkdir $out - hugo --minify --destination $out + hugo --destination $out + ls -lah ''; dontInstall = true; };