Now to fix packaging
parent
5da72aef54
commit
38edead840
|
@ -6,6 +6,6 @@ stdenv.mkDerivation {
|
||||||
nativeBuildInputs = [ hugo ];
|
nativeBuildInputs = [ hugo ];
|
||||||
phases = [ "unpackPhase" "buildPhase" ];
|
phases = [ "unpackPhase" "buildPhase" ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
hugo -s . -d "$out"
|
hugo --destination $out
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue