From 7acec5a0a22c52a8e1309d54bd6ef3d3cff59be7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 12:17:48 -0500 Subject: [PATCH] adding tailwindcss_4 --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fbc00cb..d3b08ea 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ hugo go nodejs + tailwindcss_4 # sbcl' clippy rustc @@ -98,7 +99,7 @@ ls themes/blowfish ''; buildPhase = '' - NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify + tailwindcss -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify ${pkgs.hugo}/bin/hugo --minify ''; installPhase = ''