From 94f373dd2cc48327c9b87b67e08e69401cfe8d5a Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 8 Jul 2025 22:21:18 +0200 Subject: [PATCH] Add tinycss2 dependency to the Python environment and markup styling --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6a0b047..0f69e02 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,7 @@ django markdown bleach + tinycss2 ]; doCheck = false; # Skip tests during build @@ -268,6 +269,7 @@ # Markup and styling markdown bleach + tinycss2 # Data handling pydantic