diff options
| author | Karel Kočí <cynerd@email.cz> | 2022-10-24 13:07:12 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2022-10-24 13:07:12 +0200 |
| commit | cbcb497b2a4dc51822c4e4208001bde0f4520f98 (patch) | |
| tree | 0d8701fa62c95b28ca83a0afecde4191822e4961 | |
| parent | 929e848d78b6b729ca17c5e7499aaec6b58ba14e (diff) | |
| download | nixos-personal-cbcb497b2a4dc51822c4e4208001bde0f4520f98.tar.gz nixos-personal-cbcb497b2a4dc51822c4e4208001bde0f4520f98.tar.bz2 nixos-personal-cbcb497b2a4dc51822c4e4208001bde0f4520f98.zip | |
nixos/modules/develop: add some python modules for nsfarm
| -rw-r--r-- | nixos/modules/develop.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 2360cda..943a601 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -57,9 +57,10 @@ in { psycopg humanize rich - #lorem_text + lorem-text.pythonPackage pyserial pylibftdi + pylxd selenium ])) |
