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; };