build: also include hidden directories

This commit is contained in:
Jörg Thalheim 2023-07-13 19:07:46 +02:00
parent ab712d045d
commit 72d688391a

View File

@ -17,7 +17,7 @@
cp -r ${self}/* .
chmod -R u+w .
zola build
cp -r public/* $out
cp -r public/* public/.* $out
'';
devShells.default = pkgs.mkShell {
packages = [