diff --git a/flake.nix b/flake.nix index 2260cf2..8604086 100644 --- a/flake.nix +++ b/flake.nix @@ -133,7 +133,8 @@ fixupPhase = '' ls -l ls -l $out - cp -r ${site}/public $out/public + cp -r ${site}/public $out/ + ls -l $out ''; }; packages.site = site;