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