Archive flag.

This commit is contained in:
Lyle Mantooth 2025-06-25 14:21:37 -04:00
parent 8b58620979
commit c315f992f5
Signed by: IslandUsurper
SSH key fingerprint: SHA256:7OQGnFyxgqLkSqpNeuqXgKL+0NmXES1atELKc4dKOw8

View file

@ -20,7 +20,7 @@
nativeBuildInputs = [ zola ];
configurePhase = ''
mkdir -p "themes/${themeName}"
cp -r ${hermit-zola}/* "themes/${themeName}/"
cp -a ${hermit-zola}/* "themes/${themeName}/"
'';
buildPhase = "${zola}/bin/zola build";
installPhase = "cp -r public $out";