From 37cb70e417010417fabb10c789c87a5eb79ac151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 15 Mar 2024 10:56:06 +0100 Subject: devShells: drop those that I do not use offten --- nixos/modules/develop.nix | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'nixos/modules/develop.nix') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 5e812b2..2daead8 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -70,9 +70,6 @@ in { pytest-html pytest-tap coverage - python-lsp-black - pylint - pydocstyle mypy pygraphviz @@ -80,10 +77,34 @@ in { python-gitlab PyGithub + + schema + jinja2 + ruamel-yaml + msgpack + urllib3 + + influxdb-client + psycopg + paho-mqtt + + humanize + rich + + pygobject3 + + pyserial + pylibftdi + pylxd + selenium ])) ruff geckodriver chromedriver + # Libraries to be used by python packages + gobject-introspection + gtk3 + gtk4 # Lua selene -- cgit v1.2.3