diff --git a/flake.nix b/flake.nix index 92a3e33..c68c562 100644 --- a/flake.nix +++ b/flake.nix @@ -20,11 +20,10 @@ buildPhase = '' mkdir -p themes ln -s ${papermod} themes/PaperMod - hugo --minify - ''; - installPhase = '' - cp -r public $out + mkdir $out + hugo --minify --destination $out ''; + dontInstall = true; }; }; } // (