From cd67605f6904b4b4c5f31f4b8e028bca0d959ce3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 14:10:19 -0500 Subject: [PATCH] i don't care --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 25649af..baff0e3 100644 --- a/flake.nix +++ b/flake.nix @@ -108,7 +108,7 @@ echo ''; buildPhase = '' - 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 + tailwindcss -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify ${pkgs.hugo}/bin/hugo --minify ''; installPhase = ''