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/desktop.nix | 1 - nixos/modules/develop.nix | 27 ++++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index e33a8d9..8238af7 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -143,7 +143,6 @@ in { gst_all_1.gst-plugins-viperfx # Writing - texlive.combined.scheme-full typst typst-fmt typst-live 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