diff --git a/flake.nix b/flake.nix index 95a92f5..ae08991 100644 --- a/flake.nix +++ b/flake.nix @@ -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";