Archive flag.
This commit is contained in:
parent
8b58620979
commit
c315f992f5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
nativeBuildInputs = [ zola ];
|
nativeBuildInputs = [ zola ];
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
mkdir -p "themes/${themeName}"
|
mkdir -p "themes/${themeName}"
|
||||||
cp -r ${hermit-zola}/* "themes/${themeName}/"
|
cp -a ${hermit-zola}/* "themes/${themeName}/"
|
||||||
'';
|
'';
|
||||||
buildPhase = "${zola}/bin/zola build";
|
buildPhase = "${zola}/bin/zola build";
|
||||||
installPhase = "cp -r public $out";
|
installPhase = "cp -r public $out";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue