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