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