I told you

Main
Johannes Hendrik Gerard van der Weide 2024-03-14 12:11:59 +01:00
parent cce2e43b08
commit 11a35b9291
1 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ stdenv.mkDerivation {
src = ./blog;
nativeBuildInputs = [ hugo ];
buildPhase = ''
hugo
'';
installPhase = ''
mkdir -p $out
cp -r public/* $out
hugo --destination $out
'';
}