was that the problem?

Main
Johannes Hendrik Gerard van der Weide 2024-03-14 12:15:37 +01:00
parent 11a35b9291
commit 187a7d4a4e
1 changed files with 1 additions and 0 deletions

View File

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