diff --git a/flake.nix b/flake.nix index cd2639c..ef8bb3b 100644 --- a/flake.nix +++ b/flake.nix @@ -14,10 +14,10 @@ buildInputs = [ pkgs.zola ]; } '' mkdir -p $out - cp -r ${self} . + cp -r ${self}/* . chmod -R u+w . zola build - cp -r public $out + cp -r public/* $out ''; devShells.default = pkgs.mkShell { packages = [