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