From 7917c14c851a1910375db305a3f27024f7b63558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roshan=20Rajak=20l=20byteio=2E=C9=AAn?= <85359493+truroshan@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:16:11 +0530 Subject: [PATCH] Add lxml in requirements --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4fe82e3..4d6678a 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ httpx prettytable beautifulsoup4 + lxml ]); ignouScript = pkgs.writeShellScriptBin "start-bot" ''