From 090f19481cb46bc3ff569e158cc59c82429301e7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 26 Mar 2025 12:37:17 -0500 Subject: [PATCH] grrrrrr --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;