was that the problem?
parent
11a35b9291
commit
187a7d4a4e
|
@ -5,6 +5,7 @@ stdenv.mkDerivation {
|
|||
src = ./blog;
|
||||
nativeBuildInputs = [ hugo ];
|
||||
buildPhase = ''
|
||||
cp -r $src/* .
|
||||
hugo --destination $out
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue