ignore all these commits

Main
Johannes Hendrik Gerard van der Weide 2024-03-14 11:30:39 +01:00
parent f4dc6da8d5
commit 951c7f64a2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = ./blog;
nativeBuildInputs = [ hugo ];
buildPhase = ''
hugo --destination $out
hugo
'';
installPhase = ''
mkdir -p $out