I told you
parent
cce2e43b08
commit
11a35b9291
|
@ -5,10 +5,6 @@ stdenv.mkDerivation {
|
||||||
src = ./blog;
|
src = ./blog;
|
||||||
nativeBuildInputs = [ hugo ];
|
nativeBuildInputs = [ hugo ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
hugo
|
hugo --destination $out
|
||||||
'';
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out
|
|
||||||
cp -r public/* $out
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue