From ff08fa7830ea2eb4ec6bb2793b6cd0a3283ef1ff Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Mon, 19 May 2025 12:44:20 -0500
Subject: [PATCH] debugging

---
 flake.nix | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flake.nix b/flake.nix
index 9187444..e288006 100644
--- a/flake.nix
+++ b/flake.nix
@@ -94,9 +94,16 @@
             configurePhase = ''
               ls
               mkdir -p themes
+              echo
+              echo
               ls themes
+              echo
+              echo
               cp -r ${inputs.blowfish}/ themes/blowfish
               ls themes/blowfish
+              ls ${inputs.blowfish}
+              echo
+              echo
             '';
             buildPhase = ''
               tailwindcss -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify