fix website build

This commit is contained in:
Jörg Thalheim 2023-07-05 13:24:32 +02:00
parent 6f897a103c
commit 444f075e1d

View File

@ -14,10 +14,10 @@
buildInputs = [ pkgs.zola ]; buildInputs = [ pkgs.zola ];
} '' } ''
mkdir -p $out mkdir -p $out
cp -r ${self} . cp -r ${self}/* .
chmod -R u+w . chmod -R u+w .
zola build zola build
cp -r public $out cp -r public/* $out
''; '';
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = [ packages = [