diff options
author | Karel Kočí <cynerd@email.cz> | 2023-10-27 11:57:12 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-10-27 11:57:12 +0200 |
commit | 22e577401959eb011691138d9431d9e526399b26 (patch) | |
tree | 276c860e225f7770883141cb5b78fe1d32c3cc0e /devShells | |
parent | 57696b49c7eaebc884703a5555307e83cad1e7b5 (diff) | |
download | nixos-personal-22e577401959eb011691138d9431d9e526399b26.tar.gz nixos-personal-22e577401959eb011691138d9431d9e526399b26.tar.bz2 nixos-personal-22e577401959eb011691138d9431d9e526399b26.zip |
System update with some packages disabled
Diffstat (limited to 'devShells')
-rw-r--r-- | devShells/python.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/python.nix b/devShells/python.nix index d0a40b5..492644e 100644 --- a/devShells/python.nix +++ b/devShells/python.nix @@ -30,7 +30,7 @@ pkgs.mkShell { urllib3 influxdb-client - psycopg + #psycopg paho-mqtt humanize |