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