From 64c9fdfbebf6e6889b4b385779f629efe13555a2 Mon Sep 17 00:00:00 2001 From: Minh Tran <33189614+minhtrancccp@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:55:28 +0700 Subject: [PATCH] build(nix): add `webcolors` to flake build instruction --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 247f255..829a0fb 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ requests readchar setuptools + webcolors ]; # Dependencies for testing