From 53c33779387880522885943458faf70c652eaecf Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 13:04:16 -0500 Subject: [PATCH] idk --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0704bdb..25649af 100644 --- a/flake.nix +++ b/flake.nix @@ -108,7 +108,7 @@ 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 + NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify ${pkgs.hugo}/bin/hugo --minify ''; installPhase = ''