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