diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-14 18:18:00 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-14 18:18:00 +0100 |
commit | 56c7731dc7f1cd4aef2fcaa5f13ba2317f9f8af1 (patch) | |
tree | 2616a5c635a40ab0a556e8547bd8b826a9efa310 /nixos | |
parent | 9b4622bd6475f16da561c3a8399da18a70d23be0 (diff) | |
download | nixos-personal-56c7731dc7f1cd4aef2fcaa5f13ba2317f9f8af1.tar.gz nixos-personal-56c7731dc7f1cd4aef2fcaa5f13ba2317f9f8af1.tar.bz2 nixos-personal-56c7731dc7f1cd4aef2fcaa5f13ba2317f9f8af1.zip |
devShells: add python development environment
This is mainly to get GTK working in Python.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index cd6719f..8c029c8 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -62,35 +62,13 @@ with lib; { python-lsp-black pylint pydocstyle - mypy - pygobject3 pygraphviz matplotlib python-gitlab PyGithub - - schema - jinja2 - ruamel-yaml - msgpack - urllib3 - influxdb-client - - psycopg - - humanize - rich - lorem-text.pythonPackage - - pyserial - pylibftdi - pylxd - selenium - - paho-mqtt ])) geckodriver chromedriver |